运维网's Archiver
论坛
›
Oracle运维
› oracle wmsys.wm_concat
dew
发表于 2018-9-12 11:33:02
oracle wmsys.wm_concat
oracle,行转列函数
select s.newspartbigtype_id,
wmsys.wm_concat(s.equip_type) as equip_type
from automation.AUTO_NEWSPARTSMALLTYPE1 s
group by s.newspartbigtype_id
页:
[1]
查看完整版本:
oracle wmsys.wm_concat