My input dataset is located in t1l. I want to join the table with itself, with the first column as the joining column. When I run the following code, it runs without any errors, giving the desired output.
My intention is not to do a self join, but to do a join across two tables. In order to proceed in that direction, I first extended this code to include both the left.input and right.input specified as t1l:
My input dataset is located in
t1l
. I want to join the table with itself, with the first column as the joining column. When I run the following code, it runs without any errors, giving the desired output.My intention is not to do a self join, but to do a join across two tables. In order to proceed in that direction, I first extended this code to include both the
left.input
andright.input
specified ast1l
:But strangely, I get the following error:
My data set is: