YMatrix
Quick Start
Cluster Deployment
Data Model
Data Writing
Data Query
SQL Reference
Maintenance and Monitoring
Tool Guide
Troubleshooting
FAQ
Give up the current transaction.
ABORT [WORK | TRANSACTION]
ABORT rolls back the current transaction and causes all update operations triggered by this transaction to be discarded. This command is the same as the SQL standard command ROLLBACK, which occurs for historical reasons.
WORK
TRANSACTION
Use COMMIT to successfully terminate a transaction.
Sending an ABORT command outside of a transaction will have no effect, but will generate a warning message.
For historical reasons, this is an extension command for the YMatrix database, equivalent to the standard SQL command ROLLBACK.