select sno,avg(score) from sc
group by sno having avg(score)>60

相关文章:

  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
猜你喜欢
  • 2021-09-21
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2021-08-03
  • 2021-06-02
相关资源
相似解决方案