get_all_column_references
Extracts column references with table context from SQL statements. Supports optional dialect specification for accurate parsing.
Instructions
Extract column references from SQL statement with table context
Args:
sql: SQL statement to analyze
dialect: Optional SQL dialect (e.g., 'mysql', 'postgres')
Returns:
JSON object containing column references with table context and any errors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| dialect | No |