YMatrix
Quick Start
Simulate Time Series Scenarios
Standard Cluster Deployment
Data Modeling
Connecting to The database
Data Writing
Data Migration
Data Query
Maintenance and Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool Guide
Data Type
Storage Engine
Execution Engine
Configuration Parameters
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.