The Set Clause List defines the columns to update in an UPDATE command.
set-clause-list ::=
set-clause [ { , set-clause } ]
set-clause ::=
column-name = value-expression
The column specified in the set-clause must be a writable column.
Fernhill SCADA Structured Query Language (SQL)
To learn more about the SQL features in Fernhill SCADA.
For definitions of the terms used in Fernhill SCADA.