TRUNCATE

Applies to: ❌ Data Cloud SQL ✅ Tableau Hyper API

Empty a table.

TRUNCATE removes all rows from a table. It has the same effect as an unqualified DELETE on the target table. It is just used as a convenience statement.

<name>

The name (optionally schema-qualified) of a table to truncate.

Truncate the table bigtable: