What does "No destination for column XXXX" actually mean? #165
-
I have a relatively simple query. I'm receiving a relatively cryptic "No destination for column id" error and am now really sure how to debug.
|
Beta Was this translation helpful? Give feedback.
Answered by
stephenafamo
Jan 22, 2024
Replies: 2 comments 1 reply
-
The issue would not be in the query creation but in scanning the results of the query. The error means that when scanning the result, there is no where to scan the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
claritydistro-nick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue would not be in the query creation but in scanning the results of the query.
The error means that when scanning the result, there is no where to scan the
id
column to.