Outdated Version

You are viewing an older version of this section. View current production version.

SHOW GROUPS

Shows the list of groups on a MemSQL cluster

Syntax

SHOW GROUPS

Output

Column Description
Groups Groups

Example

memsql> SHOW GROUPS;
+- --------+
| Groups  |
+- --------+
| group_0 |
+- --------+
1 row in set (0.00 sec)

Related Topics