Outdated Version
You are viewing an older version of this section. View current production version.
CREATE GROUP
Create a group on a MemSQL cluster.
Syntax
CREATE GROUP 'group_name'
Example
memsql> CREATE GROUP 'group_name';
Query OK, 0 rows affected (0.14 sec)