Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.peaka.com/llms.txt

Use this file to discover all available pages before exploring further.

Synopsis

SHOW SCHEMAS [ FROM catalog ] [ LIKE pattern ]

Description

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:
SHOW SCHEMAS FROM tpch LIKE '__3%'