Hi Team,
As a simple thing, I am using join tool to pick common records between two tables that are having different columns.
But, I also need to see records that are not common between both tables. So, case is:-
* I am joining two tables based on common field OrderID
* But there are some orderIDs that are not common between both tables. For instance, some OrderIDs are available in table A but not in table B and vice versa
* So, I need two different lists of data which will be:-
- From table A, orderID that are not available in table B. with such OrderIDs I also want to have other columns(from table A) as well just to check what information we have in those columns. And same information I need to have from table B
Your input will be highly appreciated.
Thank you