发布网友 发布时间:2022-04-26 00:18
我来回答
共1个回答
热心网友 时间:2023-10-23 22:08
select casewhen 成绩 >= 90 then'优'when 成绩 >= 80 then'良'when 成绩 >= 70 then'中'when 成绩 >= 60 then'差'else'不及格'end as 等级from 表