YMatrix
Quick Start
Simulate Time Series Scenarios
Standard Cluster Deployment
Data Modeling
Connecting to The database
Data Writing
Data Migration
Data Query
Scene Application Examples
Federal Query
Maintenance and Monitoring
Global Maintenance
Partition Maintenance
Backup and Restore
Cluster Expansion
Enable Mirroring
Resource Management
Security
Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool Guide
Data Type
Storage Engine
Execution Engine
Stream Processing
DR (Disaster Recovery)
Configuration Parameters
Index
Extension
SQL Reference
FAQ
Delete the external server descriptor.
DROP SERVER [ IF EXISTS ] servername [ CASCADE | RESTRICT ]
DROP SERVER deletes existing external server descriptors. The user executing this command must be the owner of the server.
IF EXISTS
servername
CASCADE
RESTRICT
Delete the server named foo (if it exists):
DROP SERVER IF EXISTS foo;
DROP SERVER complies with ISO/IEC 9075-9 (SQL/MED). The IF EXISTS clause is a YMatrix database extension.