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:
Copy
Ask AI
SHOW CATALOGS LIKE 't%'
Assistant
Responses are generated using AI and may contain mistakes.