Dovresti aggiungere GetClobVal e anche rtrim poiché restituirà delimitatore alla fine dei risultati.
SELECT RTRIM(XMLAGG(XMLELEMENT(E,colname,',').EXTRACT('//text()')
ORDER BY colname).GetClobVal(),',') from tablename;
Dovresti aggiungere GetClobVal e anche rtrim poiché restituirà delimitatore alla fine dei risultati.
SELECT RTRIM(XMLAGG(XMLELEMENT(E,colname,',').EXTRACT('//text()')
ORDER BY colname).GetClobVal(),',') from tablename;