UPDATE keyword
Updates data in a database table.
#
Syntaxnote
- the same
columnName
cannot be specified multiple times after the SET keyword as it would be ambiguous - the designated timestamp column cannot be updated as it would lead to altering history of the time series data
#
ExamplesUpdate with constant
Update with function
Update with join
Update with multiple joins
Update with a sub-query