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
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.