SQL query bug for basic column operations #1140
Replies: 2 comments
-
Real bug, I will create the associate issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moved this discussion here: #1286 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following lines of code produces an error:
The Error is:
Upon investigation and looking at the SQL I can see that there is one line incorrect:
In the third nested SELECT, there is no mention of column "a".
The correct query should be:
Note the above only happens when a new column is created using SQL string.
Beta Was this translation helpful? Give feedback.
All reactions