<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2737532577336836817.post5987388787337606021..comments</id><updated>2009-12-01T19:29:24.064Z</updated><title type='text'>Comments on Lishblog: How to pivot a column to a CSV list in Oracle</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.lishman.com/feeds/5987388787337606021/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2737532577336836817/5987388787337606021/comments/default'/><link rel='alternate' type='text/html' href='http://blog.lishman.com/2008/05/how-to-pivot-column-to-csv-list-in.html'/><author><name>Mark Lishman</name><uri>http://www.blogger.com/profile/04691975099200266330</uri><email>mark.lishman@googlemail.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2737532577336836817.post-3148178063349422764</id><published>2009-12-01T19:29:24.086Z</published><updated>2009-12-01T19:29:24.086Z</updated><title type='text'>XMLAgg is awesome</title><content type='html'>XMLAgg is awesome</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2737532577336836817/5987388787337606021/comments/default/3148178063349422764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2737532577336836817/5987388787337606021/comments/default/3148178063349422764'/><link rel='alternate' type='text/html' href='http://blog.lishman.com/2008/05/how-to-pivot-column-to-csv-list-in.html?showComment=1259695764086#c3148178063349422764' title=''/><author><name>Hittu</name><uri>http://www.blogger.com/profile/13549602253930045111</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lishman.com/2008/05/how-to-pivot-column-to-csv-list-in.html' ref='tag:blogger.com,1999:blog-2737532577336836817.post-5987388787337606021' source='http://www.blogger.com/feeds/2737532577336836817/posts/default/5987388787337606021' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2737532577336836817.post-5702081665374947720</id><published>2009-09-28T16:08:13.926+01:00</published><updated>2009-09-28T16:08:13.926+01:00</updated><title type='text'>or use xmlagg:

  1  select deptno, rtrim( xmlagg(...</title><content type='html'>or use xmlagg:&lt;br /&gt;&lt;br /&gt;  1  select deptno, rtrim( xmlagg(xmlelement(c, ename || &amp;#39;,&amp;#39;) order by ename).extract(&amp;#39;//text()&amp;#39;), &amp;#39;,&amp;#39;) as employees&lt;br /&gt;  2  from emp&lt;br /&gt;  3* group by deptno&lt;br /&gt; /&lt;br /&gt;&lt;br /&gt;    DEPTNO EMPLOYEES&lt;br /&gt;---------- ------------------------------------------------------------&lt;br /&gt;        10 CLARK,KING,MILLER&lt;br /&gt;        20 ADAMS,FORD,JONES,SCOTT,SMITH&lt;br /&gt;        30 ALLEN,BLAKE,JAMES,MARTIN,TURNER,WARD</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2737532577336836817/5987388787337606021/comments/default/5702081665374947720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2737532577336836817/5987388787337606021/comments/default/5702081665374947720'/><link rel='alternate' type='text/html' href='http://blog.lishman.com/2008/05/how-to-pivot-column-to-csv-list-in.html?showComment=1254150493926#c5702081665374947720' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lishman.com/2008/05/how-to-pivot-column-to-csv-list-in.html' ref='tag:blogger.com,1999:blog-2737532577336836817.post-5987388787337606021' source='http://www.blogger.com/feeds/2737532577336836817/posts/default/5987388787337606021' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2737532577336836817.post-4534036422041748793</id><published>2009-02-12T20:15:21.410Z</published><updated>2009-02-12T20:15:21.410Z</updated><title type='text'>Thank you very much!!</title><content type='html'>Thank you very much!!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2737532577336836817/5987388787337606021/comments/default/4534036422041748793'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2737532577336836817/5987388787337606021/comments/default/4534036422041748793'/><link rel='alternate' type='text/html' href='http://blog.lishman.com/2008/05/how-to-pivot-column-to-csv-list-in.html?showComment=1234469721410#c4534036422041748793' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lishman.com/2008/05/how-to-pivot-column-to-csv-list-in.html' ref='tag:blogger.com,1999:blog-2737532577336836817.post-5987388787337606021' source='http://www.blogger.com/feeds/2737532577336836817/posts/default/5987388787337606021' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2737532577336836817.post-7603580062642414610</id><published>2009-01-12T19:39:13.362Z</published><updated>2009-01-12T19:39:13.362Z</updated><title type='text'>Thanks a bunch, chief. You saved me a LOOOOOOOT of...</title><content type='html'>Thanks a bunch, chief. You saved me a LOOOOOOOT of time.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2737532577336836817/5987388787337606021/comments/default/7603580062642414610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2737532577336836817/5987388787337606021/comments/default/7603580062642414610'/><link rel='alternate' type='text/html' href='http://blog.lishman.com/2008/05/how-to-pivot-column-to-csv-list-in.html?showComment=1231789153362#c7603580062642414610' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lishman.com/2008/05/how-to-pivot-column-to-csv-list-in.html' ref='tag:blogger.com,1999:blog-2737532577336836817.post-5987388787337606021' source='http://www.blogger.com/feeds/2737532577336836817/posts/default/5987388787337606021' type='text/html'/></entry></feed>