Query: drop_group
OS: redhat
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DROPGROUP(7) SQL Commands DROP GROUP(7)NAMEDROP GROUP - remove a user groupSYNOPSISDROP GROUP name INPUTS name The name of an existing group. OUTPUTS DROP GROUP The message returned if the group is successfully deleted.DESCRIPTIONDROP GROUP removes the specified group from the database. The users in the group are not deleted. Use CREATE GROUP [create_group(7)] to add new groups, and ALTER GROUP [alter_group(7)] to change a group's membership.USAGETo drop a group: DROP GROUP staff;COMPATIBILITYSQL92 There is no DROP GROUP in SQL92. SQL - Language Statements 2002-11-22 DROP GROUP(7)
Related Man Pages |
---|
create_group(7) - redhat |
alter_group(7) - centos |
drop_language(7) - redhat |
alter_group(7) - suse |
drop_tablespace(7) - suse |
Similar Topics in the Unix Linux Community |
---|
What does this statement do? |