UPDATE - 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).

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.