transaction rollback

Examples


The transaction rollback statement is used to “roll back” the table operations that have occurred since the transaction begin statement.

Syntax

transaction rollback

Parameters

None

Comments

Transaction rollback isn’t available with all database types, and its availability can be checked using the havetransactions() function.


Documentation Feedback