Describe table structure
hana_describe_tableRetrieve the structure of a SAP HANA table, including columns, data types, and metadata. Optionally specify schema and catalog for precise targeting.
Instructions
Describe the structure of a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table to describe | |
| schema_name | No | Name of the schema containing the table (optional) | |
| catalog_database | No | Optional HANA database for SYS.TABLE_COLUMNS (e.g. HSP when connected to another tenant). Overrides HANA_METADATA_CATALOG_DATABASE when set. |