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 data type.
DROP TYPE [IF EXISTS] name [, ...] [CASCADE | RESTRICT]
DROP TYPE will delete the user-defined data type. Only the owner of the type can delete it.
IF EXISTS
name
CASCADE
RESTRICT
Delete data type box:
DROP TYPE box;
This command is similar to the corresponding commands in the SQL standard, except for the IF EXISTS option (which is the YMatrix database extension). But please note that many of the CREATE TYPE commands and data type extension mechanisms in the YMatrix database are different from those of the SQL standard.