|
CREATE GROUPNameCREATE GROUP — Creates a new groupCREATE GROUP name [ WITH [ SYSID gid ] [ USER username [, ...] ] ] Inputs
Outputs
DescriptionCREATE GROUP will create a new group in the database installation. Refer to the adminstrator's guide for information about using groups for authentication. You must be a database superuser to use this command. Use ALTER GROUP to change a group's membership, and DROP GROUP to remove a group. UsageCreate an empty group: CREATE GROUP staff Create a group with members: CREATE GROUP marketing WITH USER jonathan, david CompatibilitySQL92There is no CREATE GROUP statement in SQL92. Roles are similar in concept to groups. |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |