0182.sql (103B)
1 SELECT P1.email AS "Email" 2 FROM Person AS P1, Person AS P2 3 WHERE P1.id > P2.id AND P1.email = P2.email