wm_concat

select to_char(wm_concat(ssss)) from (
select replace(C_CELL_CONTENT ,'=$','') ssss ,rownum ss from (

select distinct C_CELL_CONTENT,1 sss from T_F_RC_REP_TBCELL where C_CELL_CONTENT like '=$%"%'))

splitstr和wm_concat()的用法

select distinct * from table( splitstr((select to_char(wm_concat(ssss)) from (
select replace(C_CELL_CONTENT ,'=$','') ssss ,rownum ss from (

select distinct C_CELL_CONTENT,1 sss from T_F_RC_REP_TBCELL where C_CELL_CONTENT like '=$%"%'

) t )) ,'"') );

posted @ 2016-12-23 16:09  学无止境,前进  阅读(193)  评论(0编辑  收藏  举报