ReferenceSQL ReferenceSQL CommandsSQL Commands for Apache Iceberg TablesTRUNCATEVersion: current [26.x Preview]On this pageTRUNCATE The TRUNCATE command deletes all rows from a table with minimal computation by restating the table with no data files. Syntax TRUNCATE [ TABLE ] [ IF EXISTS ] <table_path>.<table_name> Parameters