Como verificar registros comuns em 2 tabela

SELECT column1
FROM table1
INTERSECT
SELECT column1
FROM table2
Zany Zebra