So überprüfen Sie gemeinsame Datensätze in 2 Tabelle

SELECT column1
FROM table1
INTERSECT
SELECT column1
FROM table2
Zany Zebra