- select '公司1' as GS_NAME,shift_dt,prd_dscr,units,Move_Val,sum(Move_Val) over(partition by prd_dscr order by shift_dt) as totalVal from (
- select sum(totalweight) as Move_Val, JCDate as shift_dt,prd_dscr||'产量' as prd_dscr,units from llhd_jcview where ORG_CODE='CJSGS_SCB' group by JCDate,prd_dscr,units
- ) M
复制代码 这个SQL,在PLSQL里查询正常,数据都能出来。
但是在数据集的查询里出现以下问题
这个怎么解决。好多次了,辛辛苦苦写出来的sql ,放这里不能用,太头疼了。。
这个查询器有啥要注意的地方吗
|