#2
mywisdom882017-03-23 22:03
|
set @score=90
select jg=
case
when @score>=90and @score<=100then'优秀'
when @score>=80and @score<=90then'优秀'
when @score>=70and @score<=80then'优秀'
when @score>=60and @score<=70then'优秀'
else
'不及格'
end
print'成绩等级='+@jg
这段代码 一个是select @jg= 另一个是 select jg= 为什么输出的结果不一样呢?
只有本站会员才能查看附件,请 登录
只有本站会员才能查看附件,请 登录