Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
SHOW WORKSPACE GROUPS
On this page
The SHOW WORKSPACE GROUPS command returns information on cluster groups.
Syntax
SHOW WORKSPACE GROUPS [ LIKE '<pattern>' ]
[ EXTENDED ] [ ORDER BY '<key>' [ ASC | DESC ],... ]
[ LIMIT <limit> ]Arguments
-
pattern: Specifies a pattern similar to the SQLLIKEclause and returns cluster groups with names that match the specified pattern.Uses %as the wildcard character. -
key: Key used to sort the result set. -
limit: An integer value.
Remarks
-
The
LIMITclause limits the number of results to the specified number. -
By default, the result is sorted in the ascending order.
-
Specify the
EXTENDEDclause to return more information on the files.
Example
The following command returns information on cluster groups that match the specified pattern:
SHOW WORKSPACE GROUPS LIKE 'Marketing%' EXTENDED ORDER BY Name;
Last modified: