Skip to main content

How to list tables from a database in ClickHouse

You can run the following command to show all the tables in an existing database:

SHOW TABLES FROM db_how_to;

Explore the standard for database governance