ROLLBACK
Function
ROLLBACK rolls back the current transaction and backs out all updates in the transaction.
ROLLBACK backs out of all changes that a transaction makes to a database if the transaction fails to be executed due to a fault.
Precautions
If a ROLLBACK statement is executed out of a transaction, no error occurs, but a notice is displayed.
Syntax
ROLLBACK [ WORK | TRANSACTION ];
Parameter Description
WORK | TRANSACTION
Specifies the optional keyword that more clearly illustrates the syntax.
Examples
1 2 3 4 5 |
-- Start a transaction. gaussdb=# START TRANSACTION; -- Roll back all changes. gaussdb=# ROLLBACK; |
Helpful Links
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot