表结构:表名   score

MySQL查询两门及两门以上不及格的学生,显示姓名

 

查询语句:select name from score group by name having sum(score<60)>=2;

 

相关文章:

  • 2021-06-07
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-01-12
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案