DELETE
Deletes rows in an Apache Iceberg table. DELETE
is transactional and is
supported only for Apache Iceberg tables.
Synopsis
To delete the rows from an Iceberg table, use the following syntax.
DELETE FROM [
db_name
.]table_name
[WHEREpredicate
]
For more information and examples, see the DELETE
section of Update Iceberg table
data.