add basic DELETE
This commit is contained in:
parent
544073486f
commit
cf2bb94db6
2
tst-delete.sql
Normal file
2
tst-delete.sql
Normal file
@ -0,0 +1,2 @@
|
||||
DELETE FROM testtab WHERE name = 'John Smith' AND age > 18
|
||||
ORDER BY age LIMIT 0,1;
|
Loading…
x
Reference in New Issue
Block a user