UPDATE - Amazon Athena

UPDATE

Updates rows in an Apache Iceberg table. UPDATE is transactional and is supported only for Apache Iceberg tables.

Synopsis

To update the rows in an Iceberg table, use the following syntax.

UPDATE [db_name.]table_name SET xx=yy[,...] [WHERE predicate]

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