Important
The SingleStore 9.1 release candidate (RC) gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 9.1.
SHOW GROUPS
On this page
Shows the list of groups on a cluster/workspace group.
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: February 20, 2026