ROLLBACK WORK
Marks the end of a transaction, discarding the results.
Syntax
ROLLBACK WORK
Comments
The ROLLBACK WORK command is the SQL equivalent of the QUITTRANSACTION command. The value of the system variable $InTransaction indicates if an explicit transaction is in progress; the ROLLBACK WORK command sets $InTransaction to 0 ($False).