Back to Trino

TRUNCATE

docs/src/main/sphinx/sql/truncate.md

480184 B
Original Source

TRUNCATE

Synopsis

none
TRUNCATE TABLE table_name

Description

Delete all rows from a table.

Examples

Truncate the table orders:

TRUNCATE TABLE orders;