0196.sql (86B)
1 DELETE P1 2 FROM Person P1, Person P2 3 WHERE P1.email = p2.email AND 4 p1.id > p2.id