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
Submit the current transaction.
END [WORK | TRANSACTION]
END commits the current transaction. All changes made by the firm are visible to others and are guaranteed to be persistent even if a crash occurs. This command is a YMatrix database extension, equivalent to COMMIT.
WORK
TRANSACTION
Submit the current transaction:
END;
END is a YMatrix database extension that provides functionality equivalent to COMMIT specified in the SQL standard.