Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
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: