${swith} 用法

用了${switch} 但是想起个别名,不知道怎么办,求大神帮助
select useyear,usemonth,
${switch(p_jb,1,"syb ",2,"dept1 ")}    ---这里想起个别名用在图表系列里,不知道怎么弄的都不对就像${switch(p_jb,1,"syb ",2,"dept1 ")} as"dept"
,count(fnumber) as rs from hr_entryjob_v
where syb not in('null')

and useyear=${s_year}
and usemonth=${s_month}
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 ")}
order by useyear,usemonth
FineReportdingliping 发布于 2017-6-20 16:41
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共4回答
最佳回答
0
恍1发布于2017-6-20 16:41(编辑于 2023-9-6 09:34)
555
最佳回答
0
dingliping发布于2017-6-20 16:47(编辑于 2023-9-6 09:34)
555
最佳回答
0
dingliping发布于2017-6-20 16:52(编辑于 2023-9-6 09:34)
555
最佳回答
0
恍1发布于2017-6-20 16:59(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 503浏览人数
  • 最后回答于:2017-6-20 16:59
    活动推荐 更多
    热门课程 更多
    返回顶部