# Write your MySQL query statement below select Email from Person group by Email having count(Email)>1;
Leetcode 182. Duplicate Emails
原文:https://www.cnblogs.com/zywscq/p/10657417.html