-- Quick, no possible rollback TRUNCATE TABLE my_table; -- With possible rollback DELETE FROM my_table; COMMIT; -- or ROLLBACK;