The ROW specification (
row spec ) is a syntax element in a LOCK statement or an UNLOCK statement.Syntax
<row spec> ::= ROW <table name> KEY <key spec>,...
| ROW <table name> CURRENT OF <result table name>
Explanation
For tables defined without key columns, the implicit key column SYSKEY CHAR(8) BYTE can be used in a key specification.
If
CURRENT OF <result table name> is specified, the result table must have been specified with FOR UPDATE.