Order of select columns is wrong in complex select
clauses
#5001
Labels
bug
Invalid compiler output or panic
select
clauses
#5001
What happened?
I have an issue with multiple
select
clauses in a query. The output SQL query for the following PRQL input is not correct with the error message, "no such column: _expr_0". It does not always happen but exists in complex and redundantselect
clauses.PRQL input
SQL output
Expected SQL output
MVCE confirmation
Anything else?
No response
The text was updated successfully, but these errors were encountered: