永发信息网

oracle decode中可以使用sql语句吗

答案:2  悬赏:60  手机版
解决时间 2021-03-14 09:10
  • 提问者网友:蓝琪梦莎
  • 2021-03-14 00:02
oracle decode中可以使用sql语句吗
最佳答案
  • 五星知识达人网友:鱼芗
  • 2021-03-14 00:09
可以使用sql,不过要注意:
1、SQL语句一定要用()括起来,不然会报错ORA-00936:缺失表达式;
2、SQL语句返回的结果不能有多行,不然会报错ORA-01427:单行子查询返回多个行。
全部回答
  • 1楼网友:怀裏藏嬌
  • 2021-03-14 00:48
select cosfai,       errorpoint,       (case         when errorpoint = 'imax' then          '5.0imax'         when errorpoint = '0.5imax' then          '4.5imax'         when errorpoint = '(imax-ib)/2' then          '4.4imax'         when errorpoint = 'ib' then          '1.0ib'         else          errorpoint       end) as currentorder,       (case         when cosfai = '1.0' then          '0.4l'         when cosfai = '0.8c' then          '0.6l'         when cosfai = '0.5c' then          '0.7l'         else          cosfai       end) as osfaiorder  from errorpoint
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯