超过5名学生的课

August 16, 2019 · View on GitHub

mysql实现

select class
from courses
group by class
having count(distinct student) > 4