Comparing two sets of data
Help needed!
I have two sets of data imported from my data repository. They both contain all the same attributes. I was wondering if there is a way to compare these two sets of data without combining them into one table? I have tried all the join operators, but these all combine them into one big table. I am trying to find entries (rows) in these two sets that are the exact same.
Thank you!!