Skip to content

TRUNCATE

Andrey Gershun edited this page Jun 12, 2015 · 3 revisions

TRUNCATE

To remove all records from the table you can use TRUNCATE statement.

Syntax:

TRUNCATE tableid

This is equivalent to DELETE FROM tableid statement.

See also: DELETE

Clone this wiki locally