This is a place to dump random snippets of SQL
Deleting from a Table
-- delete rows where col1 is 'whatever'
DELETE FROM table_name
WHERE col1 = "whatever"This is a place to dump random snippets of SQL
-- delete rows where col1 is 'whatever'
DELETE FROM table_name
WHERE col1 = "whatever"Apr 13, 2026
Apr 06, 2026
Apr 01, 2026
Mar 18, 2026
Mar 06, 2026