CREATE GROUP
Create a group on a SingleStoreDB cluster.
Syntax
CREATE GROUP 'group_name'
Remarks
This command causes implicit commits. See COMMIT for more information.
See the Permission Matrix for the required permission.
Example
CREATE GROUP 'group_name'; Query OK, 0 rows affected (0.14 sec)