Comment vérifier les enregistrements communs dans 2 tableaux

SELECT column1
FROM table1
INTERSECT
SELECT column1
FROM table2
Zany Zebra