doc-exports/docs/dws/dev/dws_06_0194.html
Lu, Huayi e6fa411af0 DWS DEV 830.201 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-16 07:24:04 +00:00

3.0 KiB

DROP GROUP

Function

DROP GROUP deletes a user group.

DROP GROUP is the alias for DROP ROLE.

Precautions

DROP GROUP is the internal interface encapsulated in the gs_om tool. You are not advised to use this interface, because doing so affects the cluster.

Syntax

1
DROP GROUP [ IF EXISTS ] group_name [, ...];

Parameter Description

See Parameter Description in DROP ROLE.