Bytebase CLI API How-To Blog Changelog Pricing
Live demo Free Deploy
← back to main docs
SQL Review Guide toggle
PostgreSQL
Workflow toggle
GitOps with Feature Branch
Integrations toggle
Supabase
Render
Neon
ClickHouse toggle
How to Run ClickHouse with Docker
How to Connect ClickHouse with SSL
How to Create a Database
How to Create a Table
How to List Tables from a Database
How to Rename a Table
Spanner toggle
How to Find Project ID and Instance ID
How to Create a Service Account for Bytebase
How-To /
ClickHouse /
How to List Tables from a Database in ClickHouse

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;
Edit this page on GitHub prev
← How to Create a Table How to Rename a Table →
Table of Contents