参考指南SQL 语句DROP GROUP版本:1.x本页总览DROP GROUP Removes a database role. Synopsis DROP GROUP [IF EXISTS] <name> [, ...] Description DROP GROUP is an alias for DROP ROLE. Compatibility There is no DROP GROUP statement in the SQL standard. See also