list_tables
Retrieve detailed information on ClickHouse tables in a specified database, including schema, comment, row count, and column count. Filter results using 'like' and 'not like' patterns for precise table listing.
Instructions
List available ClickHouse tables in a database, including schema, comment, row count, and column count.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes | ||
like | No | ||
not_like | No |