1.1 KiB
1.1 KiB
DROP CLUSTER
Description
This statement is used to delete logical cluster. Successful deletion of logical cluster requires first deleting dB in the cluster and administrator privileges.
grammar
DROP CLUSTER [IF EXISTS] cluster_name
example
Delete logical cluster test_cluster
DROP CLUSTER test_cluster;
keyword
DROP,CLUSTER