SELECT username, user.email FROM user INNER JOIN ( SELECT email FROM user GROUP BY email HAVING COUNT( userid ) >1 )dup ON user.email = dup.email