永发信息网

sql 中的case与group by有一张表,三个字段:语文、数学、英语.其中有三条记录分别表示语

答案:2  悬赏:60  手机版
解决时间 2021-02-28 19:15
  • 提问者网友:疯子也有疯子的情调
  • 2021-02-28 10:12
sql 中的case与group by有一张表,三个字段:语文、数学、英语.其中有三条记录分别表示语
最佳答案
  • 五星知识达人网友:三千妖杀
  • 2021-02-28 11:36
select case when 语文 >= 80 then '优秀' when 语文 >= 60 then '及格' else '不及格' end 语文,case when 数学 >= 80 then '优秀' when 数学 >= 60 then '及格' else '不及格' end 数学,case when 英语 >= 80 then '优秀' when 英语 >= 60 then '及格' else '不及格' end 英语 from 表 select bdate,count(case bwon when '胜' then bwon end),count(case bwon when '负' then bwon end) from 表 group by bdate
全部回答
  • 1楼网友:患得患失的劫
  • 2021-02-28 12:40
我检查一下我的答案
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯