verify_dql
Check DQL statement syntax by running it with limit 0. Returns true if valid, or the error message.
Instructions
Validate a DQL statement without returning data (executes with limit 0). Returns ok=true or the validation error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The DQL statement to validate. |