List the schemas in catalog or in the current catalog.
Specify a pattern in the optional LIKE clause to
filter the results to the desired subset. For example, the following query
allows you to find schemas that have 3 as the third character:
Copy
Ask AI
SHOW SCHEMAS FROM tpch LIKE '__3%'
Assistant
Responses are generated using AI and may contain mistakes.