select `number`
from grade
group by `number`
having count(number)>2
  • 考察group by 和having 的用法