SELECT S.name FROM Student S GROUP BY S.name Having MIN(S.score)>=80 and count(*)>=2;这里好像不能用having?