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

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -