Show CREATE TABLE
show_create_tableRetrieve the full CREATE TABLE statement for any ClickHouse table, including schema, engine, and settings. Use this to inspect or replicate table definitions.
Instructions
Return the full CREATE TABLE statement (schema, engine, settings) for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| database | Yes | Database name |