Rollback
rollback – abort the current transaction
rollback ;
Example
Abort the current transaction:
rollback;
Description
The rollback command rolls back the current transaction and causes all updates made by the transaction to be discarded.
︙
See also |