A
A
AcidZer02015-09-20 22:33:00
MySQL
AcidZer0, 2015-09-20 22:33:00

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

1 answer(s)
M
Max, 2015-09-20
@AcidZer0

DELETE FROM xxx WHERE yyy NOT LIKE zzz?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question