Senior Oracle Application Technical Consultant having experience in implementaion large scale R12 & 11i Implementation in Pharmaceuticals, Retail,Manufacturing & Finance.Having great knowledge in Middleware integration using SOA & BPEL Technologies.
Saturday, April 3, 2010
Getting data from multiple rows into one column
select deptno,rtrim(xmlagg(xmlelement(e,ename||',')).extract('//text()'),',') ename from scott.emp group by deptno;
No comments:
Post a Comment