Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

why does the result change on a Table.NestedJoin/JoinKind.Inner regarding which table is 1st or 2nd?

Hello, I do an inner nested join on 2 tables A and B like this : Table.NestedJoin(A, {"UserName"}, B, {"UserName"}, "B", JoinKind.Inner) Just for "the fun", I did also  Table.NestedJoin(B, {"User...