FOR UPDATE [OF]
SELECT ... FROM single_table [WHERE ...] FOR UPDATE [OF <column-name-list>]
FOR UPDATE
does not do what its name suggests.Its only effect currently is to disable the pre-fetch buffer.
Tip
|
It is likely to change in a future Firebird version: the plan is to validate cursors marked with |
The OF
sub-clause does not do anything at all, and is only provided for syntax compatibility with other database systems.