Search
ctrl/
Ask AI
Light
Dark
System

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.