永发信息网

oracle哪个函数等价于mysql if函数

答案:3  悬赏:0  手机版
解决时间 2021-02-11 11:12
  • 提问者网友:温柔港
  • 2021-02-10 20:51
oracle哪个函数等价于mysql if函数
最佳答案
  • 五星知识达人网友:走死在岁月里
  • 2021-02-10 21:09
decode
case
有些情况NVl也可以
全部回答
  • 1楼网友:想偏头吻你
  • 2021-02-10 23:46
mysql没用过,不过我想case when then应该也是支持的吧: select (case length(popedom) when 3 then substr(popedom, 0, 2) when 4 then substr(popedom, 0, 3) when 5 then substr(popedom, 0, 2) when 6 then substr(popedom, 0, 3) when 7 then substr(popedom, 0, 2) end) as type from dual;
  • 2楼网友:街头电车
  • 2021-02-10 22:42
decode case
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯