How to refer to a column after join operation #5052
Unanswered
Androidown
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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