Outdated Version
You are viewing an older version of this section. View current production version.
REVOKE ROLE
Remove a role from a group.
Syntax
REVOKE ROLE 'role_name' FROM 'group_name'
Example
memsql> REVOKE ROLE ‘full_backups_role' FROM 'backup_admins';
Related Topics