BEGIN TRANSACTION--Begin an MQT
Valid in: QUEL, EQUEL
Declares the beginning of a multi-query transaction (MQT).
This statement has the following format:
[##] begin transaction
The begin transaction statement marks the beginning of a multi-query transaction (MQT). A begin transaction statement cannot be issued if any cursors are open. For information about transaction processing and cursors, see
Transaction Statements on page 15 and
Data Manipulation with Cursors on page 8.
Last modified date: 01/30/2023