select !
should raise an error if it can't exclude
#2292
Labels
select !
should raise an error if it can't exclude
#2292
What happened?
Currently an invalid
select !
is silently ignoredPRQL input
SQL output
Expected SQL output
Error: we don't know the columns prior to `select ![milliseconds,bytes]`, and we're not using a target that natively supports excluding columns.
MVCE confirmation
Anything else?
No response
The text was updated successfully, but these errors were encountered: