COMMIT PREPARED commits a prepared two-phase transaction.
1 2 | COMMIT PREPARED transaction_id ; COMMIT PREPARED transaction_id WITH CSN; |
Specifies the identifier of the transaction to be submitted. The identifier must be different from those for current prepared transactions.
Specifies the sequence number of the transaction to be committed. It is a 64-bit, incremental, unsigned number.