validate_sql
Checks SQL syntax and structure against the DANDI Archive schema to catch errors before execution, preventing costly mistakes in data queries without running the query.
Instructions
Validate SQL query without executing it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to validate |