TRUNCATE

Synopsis

  1. TRUNCATE TABLE table_name

Description

Delete all rows from a table.

Examples

Truncate the table orders:

  1. TRUNCATE TABLE orders;

Limitations

Some connectors have limited or no support for TRUNCATE. See connector documentation for more details.