Set Clause List (SQL)

Help Contents

Introduction

The Set Clause List defines the columns to update in an UPDATE command.

Syntax

set-clause-list ::=
  set-clause [ { , set-clause } ]

set-clause ::=
  column-name = value-expression

Remarks

The column in the set-clause must be a writable column.

Further Information

Fernhill SCADA SQL

To learn more about the SQL features in Fernhill SCADA.

Glossary

For the meaning of terms used in Fernhill SCADA.