oracle where 条件中用case

前端之家收集整理的这篇文章主要介绍了oracle where 条件中用case前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
select  
 substr(xoq.item,2,5) model
from xwp_out_quantity xoq
where xoq.vendor=&s_vendorand (casewhen xoq.vendor=220010then substr(xoq.item,1) elsenullend)=9or  (casewhen xoq.vendor=220020then substr(xoq.item,1) elsenullend)=8or  (casewhen xoq.vendor=220030then substr(xoq.item,1) elsenullend)=7

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

猜你在找的Oracle相关文章