validate_query
Validate SQL query syntax with QuestDB to ensure correctness and avoid execution errors.
Instructions
Validate the syntax correctness of a SQL query using QuestDB's SQL syntax validator. All generated SQL queries should be validated using this tool before responding to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The SQL query to validate |