Reference/ClickHouseHow to List Tables from a Database in ClickHouseYou can run the following command to show all the tables in an existing database: SHOW TABLES FROM db_how_to;Edit this page on GitHubPrevious articleHow to Create a TableNext articleHow to Rename a Table