TRUNCATE TABLE

Database Dictionary -> TRUNCATE TABLE

TRUNCATE TABLE

TRUNCATE TABLE deletes all rows in a table. TRUNCATE TABLE does the same thing like a DELETE statement without WHERE clause.

SQL Tutorial