TRX_BEGINΒΆ

Opens a transaction. Scripts within the Transaction will be collected in a temporary transaction table inside the user schema.

Use TRX_ABORT to abort transaction or TRX_COMMIT to start executing the whole buffer

Example

EXECUTE SCRIPT api_redsys.trx_begin();