TRUNCATE¶ Synopsis¶ TRUNCATE TABLE table_name Description¶ Delete all rows from a table. Examples¶ Truncate the table orders: TRUNCATE TABLE orders; Was this page helpful? Thanks for your feedback! Thanks for your feedback!