182. Duplicate Emails

# Write your MySQL query statement below
select distinct Email    
from Person
group by Email    
having count(*) > 1
相關文章
相關標籤/搜索