UPDATE clause of the UPDATE statement. An UPDATE statement provides bulk operations over sets of entities of a single entity class (together with its subclasses, if any). Only one entity abstract schema type may be specified in the UPDATE clause.
update_clause ::= UPDATE abstract_schema_name [[AS] identification_variable] SET update_item {, update_item}*@see UpdateClause @version 2.4 @since 2.4 @author Pascal Filion
UPDATE clause of the UPDATE statement. An UPDATE statement provides bulk operations over sets of entities of a single entity class (together with its subclasses, if any). Only one entity abstract schema type may be specified in the UPDATE clause.
update_clause ::= UPDATE abstract_schema_name [[AS] identification_variable] SET update_item {, update_item}*@see UpdateClause @version 2.5 @since 2.4 @author Pascal Filion
| |
| |
| |
| |