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.
GRANT ROLE
On this page
The GRANT ROLE command adds a role to a group.
Syntax
GRANT ROLE 'role_name' TO 'group_name'Remarks
-
This command causes implicit commits.
Refer to COMMIT for more information. -
Refer to the Permissions Matrix for the required permissions.
Example
GRANT ROLE 'full_backups_role' TO 'backup_admins_group';
Related Topics
Last modified: