Skip to main content
Version: Next

RESUME TRANSACTION

RESUME TRANSACTION

Does not require any parameters

Description

The RESUME TRANSACTION command resumes the transaction that was paused using SUSPEND TRANSACTION at the corresponding level in the current process. Any operations that are executed after this command are carried out under transaction control (except when several suspended transactions are nested).

For more information, please refer to Suspending transactions.

See also

Active transaction
SUSPEND TRANSACTION
Suspending transactions