ch_list_tables
List all tables in a ClickHouse database, optionally specifying a database name to inspect its schema.
Instructions
List all tables in a ClickHouse database.
Args: database: Database name. If omitted, lists tables in the default database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |