[DRAFT]This page is not published. Only visible in development mode.

Update

Modify existing rows with UPDATE. Use a filter to target specific rows.

Update Rows

$ Update Rows
$ ctrl+enter to run

The update body specifies the new values for each column. The FILTER clause determines which rows are affected.

Update with Expressions

$ Update with Expression
$ ctrl+enter to run

Use expressions in the update body to compute new values from existing columns.