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"May 05, 2026
May 04, 2026
Apr 30, 2026
Apr 28, 2026
Apr 27, 2026