Search columns by name pattern
hana_search_columnsFind any column in SAP HANA by pattern across all tables or within a schema, using LIKE matching and optional filters, with results capped at 1000.
Instructions
Find all columns matching a LIKE pattern across all tables (or within a schema). Uses SYS.TABLE_COLUMNS. Results capped at 1000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (hard cap 1000) | |
| schema_name | No | Optional schema filter | |
| column_pattern | Yes | LIKE pattern (e.g. %CUSTOMER_ID%, BUKRS) |