select Sname,count() from Student group by Sname having count()>1;