How to refer to a column after join operation #5052
Unanswered
Androidown
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm a SQL newcomer, but have been using PRQL for a while... As I think about this problem, the Let us know if that answers the question (or not!) Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To say, I have a relation which is created from a join operation.
I want to select column
field
of that relation, but somehow I don't know which relationfield
belongs to, what I do know is columnfield
does exist in that joined relation.I was expecting the following prql to compile.
Expected SQL:
But it fails with error:
Beta Was this translation helpful? Give feedback.
All reactions