Light
Dark
System
v2latest
v3dev
v2latest
v1

Rollback

rollback – abort the current transaction

rollback ;

Abort the current transaction:

Copy
rollback;

The rollback command rolls back the current transaction and causes all updates made by the transaction to be discarded.

Light
Dark
System