Skip to content

Commit 4254df7

Browse files
committed
Document TRUNCATE statement in Iceberg
1 parent 828bb69 commit 4254df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/sphinx/connector/iceberg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ WHERE system.bucket(custkey, 16) = 2;
747747
### Data management
748748

749749
The {ref}`sql-data-management` functionality includes support for `INSERT`,
750-
`UPDATE`, `DELETE`, and `MERGE` statements.
750+
`UPDATE`, `DELETE`, `TRUNCATE`, and `MERGE` statements.
751751

752752
(iceberg-delete)=
753753
#### Deletion by partition

0 commit comments

Comments
 (0)