Granting Privileges to a List of Users
Go Up to Granting Privileges to Multiple Users
To assign the same access privileges to a number of users at the same time, provide a comma-separated list of users in place of the single user name. For example, the following statement gives INSERT
and UPDATE
privileges for the DEPARTMENTS
table to users FRANCIS
, BEATRICE
, and HELGA
:
GRANT INSERT, UPDATE ON DEPARTMENTS TO FRANCIS, BEATRICE, HELGA;