Системы обработки информации - язык баз данных SQL

Формат


<update statement: positioned> ::=

UPDATE <table name>

SET <set clause:positioned>

[{,<set clause:positioned>}...]

WHERE CURRENT OF <cursor name>

<set clause: positioned> ::=

<object column:positioned> =

{ <value expressionession> | NULL }

<object column: positioned> ::= <column name>



Содержание раздела