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 20, 2026
May 19, 2026
May 12, 2026
May 05, 2026
May 04, 2026