apefroggie
Technical User
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, jan 2, tommy 1}
Output I want:
prefer: {paul 5, tommy 5}
but it is fine if I just get {paul, tommy}
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, jan 2, tommy 1}
Output I want:
prefer: {paul 5, tommy 5}
but it is fine if I just get {paul, tommy}