mysql - Delete Row based on all columns -


i'm beginning sql , know how delete row based on of columns. have table called rebels columns rebel_name, rebel_fleet, , rebel_skill. tried doing following no row affected. did fail include in logic?

delete rebels rebel_name = 'matar sewtor' , rebel_fleet = 'alliance' , rebel_skill = 'pilot'; 

you're doing right thing. suspect you've made simple spelling mistake in 1 of fields, or there invisible trailing whitespace after 1 of fields.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -