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"Feb 24, 2026
Feb 22, 2026
Feb 20, 2026
Feb 19, 2026
Feb 11, 2026