Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
REVOKE GROUP
On this page
The REVOKE GROUP command removes a user from a group.
Syntax
REVOKE GROUP 'group_name' FROM userRemarks
-
This command causes implicit commits.
Refer to COMMIT for more information.
Example
REVOKE GROUP ‘backup_admins' FROM 'username'@'%';
Related Topics
Last modified: