-
Notifications
You must be signed in to change notification settings - Fork 664
TRUNCATE
Mathias Rangel Wulff edited this page Jun 12, 2015
·
3 revisions
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
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo