YMatrix
Quick Start
Standard Cluster Deployment
Data Modeling
Connecting to The database
Data Migration
Data Query
Maintenance and Monitoring
Performance Tuning
Troubleshooting
Reference Guide
SQL Reference
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.