Quadcap Embeddable Database
Quadcap Software
This statement is used to modify the values in one or more rows of an existing table or updatable view.
updateStmt : "update" sqlId "set" ( updateItem ( COMMA updateItem )* | ) whereExpression ;
UPDATE TEMP_SS SET GRADE=GRADE + 1 WHERE GRADE > 10;