YMatrix
Quick Start
Simulate Time Series Scenarios
Standard Cluster Deployment
Data Modeling
Connecting to The database
Data Writing
Data Migration
Data Query
Scene Application Examples
Federal Query
Maintenance and Monitoring
Global Maintenance
Partition Maintenance
Backup and Restore
Cluster Expansion
Enable Mirroring
Resource Management
Security
Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool Guide
Data Type
Storage Engine
Execution Engine
Stream Processing
DR (Disaster Recovery)
Configuration Parameters
Index
Extension
SQL Reference
FAQ
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.