Hello All,
If I have two select statements which both outputs a column called name and number of times the name appears and I would like to know what names appear in both results, how do I query for that?
Example - Select 1 output = {paul 3, joe 1, tommy 4}
Select 2 output = {paul 2...