Quick onboard
Deployment
Data Modeling
Connection
Migration
Query
Operations and Maintenance
Common Maintenance
Partition
Backup and Restore
Expansion
Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool guide
Data Type
Storage Engine
Executor
Stream
DR (Disaster Recovery)
Configuration
Index
Extension
SQL Reference
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.