Most RecentNewestMost VotedMost ViewedIntersection of 3 tables I have 3 tables with the same columns, including an ID column, but different data. I want the intersection of all these 3 tables and find the list of IDs that are common to all three. How can I do that? Solved