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.
CREATE GROUP
On this page
The CREATE GROUP command creates a group on a SingleStore Helios cluster.
Syntax
CREATE GROUP 'group_name'
Remarks
-
This command causes implicit commits.
Refer to COMMIT for more information. -
Refer to the Permissions Matrix for the required permissions.
Example
CREATE GROUP 'group_name';
Query OK, 0 rows affected (0.14 sec)Last modified: