Skip to main content

SHOW TABLES

Show all the tables that are available in a catalog.

Syntax
SHOW TABLES
[ IN <catalog_name> ]

Parameters

IN <catalog_name> String   Optional

The name of the catalog used.

Examples

Show the tables in the catalog
SHOW TABLES
Show tables in the specified catalog
SHOW TABLES
IN myCatalog