Synopsis
Description
List the available catalogs. Specify a pattern in the optionalLIKE clause to
filter the results to the desired subset. For example, the following query
allows you to find catalogs that begin with t:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SHOW CATALOGS [ LIKE pattern ]
LIKE clause to
filter the results to the desired subset. For example, the following query
allows you to find catalogs that begin with t:
SHOW CATALOGS LIKE 't%'
Was this page helpful?