Ver originalDELETE FROM correos WHERE UPPER(email) IN ( SELECT UPPER(email) FROM test GROUP BY email HAVING (COUNT(*) > 1) )