Describe a view
hana_describe_viewRetrieve the SQL definition and column metadata for a specified SAP HANA view to inspect its structure, columns, and dependencies.
Instructions
Return the view definition (SQL) and column metadata from SYS.VIEWS and SYS.VIEW_COLUMNS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_name | Yes | View name | |
| schema_name | No | Schema name (defaults to HANA_SCHEMA) | |
| catalog_database | No | MDC catalog database for SYS.* |