Skip to main content

SHOW TABLES

Show all the tables that are available in a source or Arctic catalog.

Syntax
SHOW TABLES
[ AT { REF[ERENCE] | BRANCH | TAG | COMMIT } <refValue> ]
[ IN <catalog_name> ]

Parameters

{{< sql-section file="data/sql/arctic-tables.json" data="showingTables" >}}

Examples

Show the tables in the current source or Arctic catalog
SHOW TABLES
Show tables at the specified reference in the current catalog
SHOW TABLES
AT REF myBranch
Show tables at the specified reference in the specified catalog
SHOW TABLES
AT BRANCH myBranch
IN myCatalog