ch_describe_table
Retrieve the schema of a ClickHouse table, including columns, data types, and comments, by specifying the table and optional database.
Instructions
Show the schema (columns, types, comments) of a ClickHouse table.
Args: table: Table name. database: Database name. If omitted, uses the default database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |