YMatrix
Quick Start
Cluster Deployment
Data Model
Data Writing
Data Query
SQL Reference
Maintenance and Monitoring
Tool Guide
Troubleshooting
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.