Syntax documentationinner_transaction_statement Locate this document in the navigation structure

Syntax Syntax

  1. <inner_transaction_statement> ::=
      INNER TRANSACTION BEGIN
    | INNER TRANSACTION COMMIT
    | INNER TRANSACTION ROLLBACK
End of the code.