输入banner图图片脚本导航/分类

SQL初级错误

等级=

    case 

when 学分>=50 and 学分<=52 then ‘合格‘

when 学分<50 then ‘不及格‘

else ‘优秀‘

end

from dbo.student_info


一直提示“=”附近有语法错误,请指教,万分感谢!!!



SQL初级错误

标签:sql初级错误