DELETE - Amazon Athena
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 [WHERE predicate]

For more information and examples, see the DELETE section of Updating Iceberg table data.