Was this helpful?
End Transaction Statement
The End Transaction statement terminates an in-progress multi-statement transaction (MST) and commit its updates, if any, to the database. This statement causes all database updates effected by the MST to become available to other user transactions. After committing an MST with End Transaction, the MST is terminated, the MST can no longer be aborted, and all its savepoints are nullified.
This statement has the following format:
END TRANSACTION
Last modified date: 01/30/2023