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