Table of Contents
rollback -- rollback, e.g. aborts, the current transaction
rollback [transaction|work]
This command rolls back the
current transaction and causes all the updates made by the transaction
to be discarded.
rollback is functionally equivalent to the abort command.
abort(l)
, begin(l)
, end(l)
.
Table of Contents