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.
If you have a sqlair statement with an output wrapped in brackets, the error message is confusing.
Results in
near \"AS\": syntax errorThe error message should be clear about the unnecessary brackets.