Syntax documentationunlock_statement Locate this document in the navigation structure

Syntax Syntax

  1. <unlock_statement> ::=
      UNLOCK <row_spec> ... IN SHARE MODE
    | UNLOCK <row_spec> ... IN EXCLUSIVE MODE
    | UNLOCK <row_spec> ... IN SHARE MODE <row_spec> ...IN EXCLUSIVE MODE
    | UNLOCK <row_spec> ... OPTIMISTIC
End of the code.