求教大神!!用SQL if语句写的查询!!

2024-11-26 15:41:25
推荐回答(1个)
回答1:

SQL一般用case when then else end来写比较多,按你的要求,语句应该是:
select caes when AVG(score) > 80 then '成绩优秀' else '成绩一般' end from score where SubjectID='S003'
select top 2 * from 学员表