show_hg_table_ddl
Generate the DDL script for a table, view, or foreign table in Hologres database by specifying the schema and table name. Facilitates database metadata access and SQL operations through the Hologres MCP Server.
Instructions
Show DDL script for a table, view, or foreign table in Hologres database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | Yes | Schema name in Hologres database | |
table | Yes | Table name in Hologres database |