Hello,
I have two input data set that were trasnformed in SQL. I have two columns in each data set. Column 1 is the part name, this column is the exact same in each data set, for example: row 1, in data set 1 & 2, contans the exact same text. The ladder is true for each row in each data set. The second column is the differing column and the each contain whole numbers. I am trying to join the two data sets together, then do a addition calculation to het the SUM of the two columns. The problem comes in at the JOIN, when I join the two data sets, the result is the fist row of data for each data set being repeated 100 times.
Data Set 1:

Data Set 2:
Join Result:

As you can see the Join Result is name 101CM repeated. It did not join my data sets together.
What am I doing wrong?
Thanks