Lists workspaces in the catalog, optionally filtered by a LIKE pattern.
SHOW WORKSPACES [LIKE '<pattern>']
## Overview SHOW WORKSPACES returns a row per workspace with its name, storage root, comment, and creation timestamp. ## Access Control Requires the `ManageWorkspaces` privilege. ## Compatibility DeltaForge extension.
| Name | Type | Description |
|---|---|---|
pattern | Optional LIKE pattern. |
SHOW WORKSPACES;
SHOW WORKSPACES LIKE 'analytics_%';