show_create_table
Generate the SQL CREATE TABLE statement for a specified table across any Trino catalog and schema. Copies the table definition for replication or review.
Instructions
Show the CREATE TABLE statement for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog | Yes | catalog name | |
| schema_name | Yes | schema name | |
| table | Yes | The name of the table |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |