ALTER TABLE … UPDATE Statements
Note
The must be of type . This query updates values of specified columns to the values of corresponding expressions in rows for which the takes a non-zero value. Values are casted to the column type using the operator. Updating columns that are used in the calculation of the primary or the partition key is not supported.
The synchronicity of the query processing is defined by the mutations_sync setting. By default, it is asynchronous.