Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
SHOW GROUPS
On this page
The SHOW GROUPS command shows the list of groups on a cluster.
Syntax
SHOW GROUPSOutput
|
Column |
Description |
|---|---|
|
|
Groups |
Remarks
-
A user with the
SHOW METADATAorGRANTpermission can list all groups.Without these permissions, role visibility follows the general information schema access rules. Refer to Accessing the Information Schema for more information.
Example
SHOW GROUPS;
+---------+
| Groups |
+---------+
| group_0 |
+---------+
1 row in set (0.00 sec)Related Topics
Last modified: