search_columns
Find columns across tables by searching keywords in column names and comments. Specify a schema to discover foreign keys and join keys.
Instructions
Search columns by keywords (space-separated, OR logic) over column name and comment.
schema_name is required. Pass table_name to scope to one table (cheap; use this for routine drill-down). Omit table_name to search every table in the schema (schema-wide; the natural primitive for cross-table FK / JOIN-key reconnaissance, returns table_name on each row).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| keywords | Yes | ||
| table_name | No | ||
| schema_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||