GRANT ROLE
Add a role to a group.
Syntax
GRANT ROLE 'role_name' TO 'group_name'
Remarks
This command causes implicit commits. See COMMIT for more information.
See the Permission Matrix for the required permission.
Example
GRANT ROLE 'full_backups_role' TO 'backup_admins_group';
Related Topics