select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end 哪里出错了select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end为什么总说有不能识别的短语或关键字

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/14 21:45:00
select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end 哪里出错了select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end为什么总说有不能识别的短语或关键字
xQJ@~9{0z,,m7Ko-$jR)RԸB-iS|-܊]/1@2Հ&4Mb5}>-BAjҁm@ց8z6/QQ%}QKB[b\798SuxSy)♌p\%/ݘ MYzE#)}Z7ɳ ,z1P=d$OkT\ާ:'a

select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end 哪里出错了select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end为什么总说有不能识别的短语或关键字
select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end 哪里出错了
select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end
为什么总说有不能识别的短语或关键字

select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end 哪里出错了select * top 99 percent from 职工 order by case when 工资 is null then 1 else 0 end为什么总说有不能识别的短语或关键字
case when 是不是应该写在select 里的啊?order by 排序 至少也要用括号括起来.