Outdated Version
You are viewing an older version of this section. View current production version.
REVOKE GROUP
Info
SingleStore Managed Service does not support this command.
Remove a user from a group.
Syntax
REVOKE GROUP 'group_name' FROM user
Example
REVOKE GROUP ‘backup_admins' FROM 'username'@'%';
Related Topics