oracle sql 语句支持判断条件吗
2016-01-14 · 做真实的自己 用良心做教育
千锋教育
千锋教育专注HTML5大前端、JavaEE、Python、人工智能、UI&UE、云计算、全栈软件测试、大数据、物联网+嵌入式、Unity游戏开发、网络安全、互联网营销、Go语言等培训教育。
向TA提问
关注
展开全部
oracle sql 语句支持判断条件,比如一个多条件判断的sql:
select
oper.opid,
oper.user_name,
oper.user_host,
伍吵 case
when oper.oper_type = 1 then 'System Manager'
灶橘神 when oper.oper_type = 2 then 'USER Manager'
end case,
case
when oper.oper_object_type = 1 then 'User'
when oper.oper_object_type = 2 then 'Role'
when oper.oper_object_type = 3 隐亏then 'Broker'
when oper.oper_object_type = 4 then 'QM Manager'
when oper.oper_object_type = 5 then 'User Group'
when oper.oper_object_type = 6 then 'Msg Flow'
when oper.oper_object_type = 7 then 'Queue'
end case
from esb_log_user_oper oper;
展开全部
支持的,毕核颤不过都是简单的。手败
select 氏念
case
when column_name='a' then
'Value of column_name is A'
when column_name='b'
'Value of column_nameis B'
else
'Value of column_name is not A nor B'
end
from table_name;
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以枣穗
select ename,sal,
case
when sal>2000 then 'high'凳棚卜和冲
else 'low'
end
from emp;
select ename,sal,
case
when sal>2000 then 'high'凳棚卜和冲
else 'low'
end
from emp;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询