Confusing error message for enclosed output argument
Open
- Dominant language
- Go
- Stars
- 19
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
If you have a sqlair statement with an output wrapped in brackets, the error message is confusing.
```sql
SELECT (&foo.*) FROM foo;
```
Results in ` near \"AS\": syntax error`
The error message should be clear about the unnecessary brackets.
Contributor guide
Assessment
This issue has not been assessed yet.