Nathan Thorell
Results
2
comments of
Nathan Thorell
I cannot reproduce this issue in 3.3.0 when I adjust the example SQL above to be valid t-sql syntax. The word "table" is reserved and also after the Id column...
I believe this is related to issue #6000. It's a SET vs SELECT for variable assignment issue, and the recommendation is to use SET, even though the "legacy" SELECT assignment...