DROP GROUP
Synopsis
Use the DROP GROUP
to drop a role. DROP GROUP
is an alias for DROP ROLE
and is used to drop a role.
Syntax
drop_group ::= DROP GROUP [ IF EXISTS ] role_name [ , ... ]
drop_group
Semantics
See DROP ROLE
for more details.
Example
- Drop a group.
yugabyte=# DROP GROUP SysAdmin;
See also
当前内容版权归 YugabyteDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 YugabyteDB .