Hi All:
Using the join tool, I noticed that the options for the ouputs are either L J R where:
- L = Data from the left table that did not join with the right table
- J = Data where both tables joined
- R = Data from right table that did not join with the left table
I there any tool or option that can get me either LJ or RJ....that is to say the whole of the left table + data from the right table that joined (LJ) ...or...th whole of the right table + data from the left table that joined (RJ).
Thanks.
-Tesh.