Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt

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

Synopsis

SHOW CATALOGS [ LIKE pattern ]

Description

List the available catalogs. 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 catalogs that begin with t:
SHOW CATALOGS LIKE 't%'