add basic DELETE

This commit is contained in:
Jeff Garzik 2019-01-05 22:12:29 -05:00
parent 544073486f
commit cf2bb94db6

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;