Update operators for tables
Use update operators to update rows in a table. You can use update operators on all supported types.
For examples, see the references for commands that use these operators, such as Update a row.
Name | Purpose |
---|---|
|
Sets a given column’s value to the specified value. For examples, see Update multiple columns. To update a value to a map that includes non-string keys, you must use an array of key-value pairs to update the map column. Otherwise, you can use an array of key-value pairs or a normal map. For examples, Update a map column. |
|
Sets a given column’s value to For examples, see Update multiple columns and Unset columns. |
|
Appends a single element to a map, list, or set. Use For examples, see Append to a list or set column and Append to a map column. |
|
Modifies the For examples, see Append to a list or set column and Append to a map column. |
|
Removes the specified elements from a list or set, or removes entries that match the specified keys from a map. For examples, see Remove matches from a list or set column and Remove matches from map column. |
|