ROLLBACK
========
Synopsis
--------
``` sql
ROLLBACK [ WORK ]
```
Description
-----------
Rollback the current transaction.
Examples
ROLLBACK;
ROLLBACK WORK;
See Also
[COMMIT](./commit.md), [START TRANSACTION](./start-transaction.md)