Ok, so lets say I have a table comprising three columns. The first column is a unique id, the second is usernames, and the third is items users own.
What I would like to do is select values from the items row, that two distinct usernames posses. How might I go about doing that? So for hypothetical sake lets say I want to see what items both bob and ruth possess.
Any help would be greatly appreciated.
Is there a way i can post tables to give an example of what I'm talking about?