该题可以使用group by,group by Email就是根据Email然后对表进行排序,假如有相同的Email就可以划分为一栏中,
然后使用having count(Email),挑选出大于1的Email,输出。