Quick onboard
Deployment
Data Modeling
Connection
Migration
Query
Operations and Maintenance
Common Maintenance
Partition
Backup and Restore
Expansion
Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool guide
Data type
Storage Engine
Executor
Stream
DR (Disaster Recovery)
Configuration
Index
Extension
SQL Reference
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.