Files
doris/docs/documentation/en/sql-reference/sql-statements/Administration/DROP CLUSTER_EN.md
2019-08-30 22:07:24 +08:00

342 B

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