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
Delete the rewrite rule.
DROP RULE [IF EXISTS] name ON table_name [CASCADE | RESTRICT]
DROP RULE Rewrite rules in tables or views.
IF EXISTS
name
table_name
CASCADE
RESTRICT
Delete the rewrite rules on the table sales_2006:
DROP RULE sales_2006 ON sales;
DROP RULE is an extension of the YMatrix database language, and the same is true for the entire query rewrite system.