Try OpenEdge Now
SQL Reference
SQL Reference
:
OpenEdge SQL Elements and Statements in Backus Naur Form
:
Data types syntax in BNF
:
Statements, DDL and DML syntax in BNF
:
UPDATE
UPDATE
update statement
::=
UPDATE
table_name
SET
assignment
[
,
assignment
]
,
...
[
WHERE
search_condition
]
;
In this section:
Assignment clause