$switch里嵌套参数问题

我写了一个语句,用了switch 函数,想问问switch里面还能再嵌套函数吗
select useyear,usemonth,
${switch(p_jb,1,"syb as bm ",2,"dept1 as bm",3,"dept2 as bm"),
count(fnumber) from hr_entryjob_v a
where
${switch(p_jb,1,"syb ='"+${s_syb}+"' ",2,"dept1 ='"${+s_syb}+"' ",3,"dept2 ='"+${s_syb}+"'")--这个地方如果能嵌套格式是什么样呢

and useyear=to_number(to_char(to_date('${s_day}','yyyy-mm-dd'),'yyyy'))
and usemonth=to_number(to_char(to_date('${s_day}','yyyy-mm-dd'),'mm'))
and
FEnterDate <=to_date('${s_day}','yyyy-mm-dd')
and (FLeftDate >to_date('${s_day}','yyyy-mm-dd') or FLeftDate is null)
and  deptid in(
select deptid from pub_dept start with deptid='${p_deptid}'
connect by parentdeptid=prior deptid)
group by useyear,usemonth,${switch(p_jb,1,"syb ",2,"dept1 ",3,"dept2")}
order by useyear,usemonth

FineBIdingliping 发布于 2017-6-21 14:12
回答问题
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共5回答
最佳回答
0
flyingsnake发布于2017-6-21 14:34(编辑于 2023-9-6 09:34)
555
最佳回答
0
flyingsnake发布于2017-6-21 14:35(编辑于 2023-9-6 09:34)
555
最佳回答
0
dingliping发布于2017-6-21 15:58(编辑于 2023-9-6 09:34)
555
最佳回答
0
flyingsnake发布于2017-6-21 16:06(编辑于 2023-9-6 09:34)
555
最佳回答
0
dingliping发布于2017-6-21 16:21(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 1131浏览人数
  • 最后回答于:2017-6-21 16:21
    活动推荐 更多
    热门课程 更多
    返回顶部