Skip to main content

SHOW TABLES

Description

Lists all tables in the specified lake and database.

Note that the SQL statement does not end with ;

Syntax

SHOW TABLES LAKE = <string> DATABASE = <string>

Example

SHOW TABLES LAKE = 'my_lake' DATABASE = 'my_lake_default'