帮忙看下sql函数里头这样写得不出值

SQL("Umgg_zs","select * from(select distinct nvl( cha.project_name,'无项目名') as project_name  from apps.cux_cm_boxes_v b,apps.CUX_CM_CONTRACT_HEADERS_ALL cha,cux_cm_box_detail d  where
b.contract_header_id =cha.contract_header_id(+)  and b.box_id=d.box_id(+) and b.status <> 'CANCELED'  and cha.shipment_date is not null  and not exists (select box_id  from
CUX_WIP_BOX_COMPLETION wbc where wbc.organization_id = '"+$company+"' and wbc.status <> 'CANCELED'
and wbc.status = 'CONFIRMED' and wbc.box_id = b.box_id) and (b.org_id = '"+$company+"') "+joinarray(maparray(SubSection(($label7))," and d.box_detail_id not in "+item),"")+")where 1=1  ORDER  by  nlssort
(project_name,'NLS_SORT=SCHINESE_PINYIN_M')",1)

FineReportqwe4321 发布于 2017-1-17 10:24
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共3回答
最佳回答
0
zsh331发布于2017-1-17 10:24(编辑于 2023-9-6 09:34)
555
  • qwe4321 qwe4321(提问者)

    我sql是对的,主要是这边要怎么写进去[attach]56537[/attach]我单独要写一个值进去,是这个[attach]56538[/attach],不知道那边该怎么表达
    回复
    2017-01-17 11:20 
最佳回答
0
FRLM发布于2017-1-17 10:38(编辑于 2023-9-6 09:34)
555
最佳回答
0
qwe4321发布于2017-1-17 11:20(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 425浏览人数
  • 最后回答于:2017-1-17 11:20
    活动推荐 更多
    热门课程 更多
    返回顶部