Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Merge/Join and Query Folding

Hi all   I am trying to fold a query which joins two tables I have attempted Table.NestedJoin and Table.Join, trying both LeftOuter and Inner.   When I look at the diagnostic steps, both left an...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Thanks Alexis. They were coming from the same source.

     

    My issue was that  I changed column datatype on the table I was joining. Removing this step allowed folding to occur. I changed the datatype after that step! All fixed..!