Back to Trino

SHOW CATALOGS

docs/src/main/sphinx/sql/show-catalogs.md

480350 B
Original Source

SHOW CATALOGS

Synopsis

text
SHOW CATALOGS [ LIKE pattern ]

Description

List the available catalogs.

{ref}Specify a pattern <like-operator> in the optional 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%'