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
Modify the definition of a rule.
ALTER RULE name ON table_name RENAME TO new_name
ALTER RULE Changes the attribute of an existing rule and modifys the name of the rule when the operation is currently available.
To use ALTER RULE The user must be the table or view owner that the rule applies.
name
table_name
new_name
ALTER RULE is an extension of the YMatrix database language and is a complete query rewriting system.