Categories
Mysql query, delete all rows from a table, except for certain ones (by mask)?
How to delete rows from the table, except for those specified in the mask?
Answer the question
In order to leave comments, you need to log in
DELETE FROM xxx WHERE yyy NOT LIKE zzz?
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question