DROP GROUP 中文man頁面
NAME
DROP GROUP - 刪除一個用戶組
SYNOPSIS
DROP GROUP name
DESCRIPTION 描述
DROP GROUP 從數(shù)據(jù)庫中刪除指定的組。組中的用戶不被刪除。 組中的用戶不被刪除。
PARAMETERS 參數(shù)
- name
現(xiàn)存組名。
EXAMPLES 例子
刪除一個組:
DROP GROUP staff;
COMPATIBILITY 兼容性
SQL 標(biāo)準(zhǔn)里沒有 DROP GROUP。
SEE ALSO 參見
ALTER GROUP [alter_group(7)], CREATE GROUP [create_group(l)]
#p#
NAME
DROP GROUP - remove a user group
SYNOPSIS
DROP GROUP name
DESCRIPTION
DROP GROUP removes the specified group. The users in the group are not deleted.
PARAMETERS
- name
- The name of an existing group.
EXAMPLES
To drop a group:
DROP GROUP staff;
COMPATIBILITY
There is no DROP GROUP statement in the SQL standard.
SEE ALSO
ALTER GROUP [alter_group(7)], CREATE GROUP [create_group(l)]