Previous Topic: ALTER GROUP SyntaxNext Topic: ALTER GROUP Usage


ALTER GROUP Parameters

group-identifier

Identifies the group to be modified.

Group-identifier must be a group that has been defined in the user catalog with the CREATE GROUP statement.

DESCRIPTION 'description'

Supplies a description of group-identifier.

Description can be at most 40 characters in length.

ADD

Adds the specified users to group-identifier.

DROP

Drops the specified users from group-identifier.

USER user-identifier

Identifies the user to be added to or dropped from group-identifier.

User-identifier must be a user that has been defined in the user catalog with the CREATE USER statement.