oracle where 条件中用case

select  
 substr(xoq.item,2,5) model
from xwp_out_quantity xoq
where xoq.vendor='&s_vendor'and (casewhen xoq.vendor='220010'then substr(xoq.item,2,1) elsenullend)=9or  (casewhen xoq.vendor='220020'then substr(xoq.item,2,1) elsenullend)=8or  (casewhen xoq.vendor='220030'then substr(xoq.item,2,1) elsenullend)=7

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

上一篇:go mod位置和自定义包引入问题


下一篇:Mac 环境下 go 国内代理配置