On Dec 13, 9:03 am, Joel <[email protected]> wrote: > There are new functions pivot, unpivot, and listagg. Any idea how to > unlistagg?
Not without parsing the output with, say, instr(). The listagg function is intended to generate report output, imo, not to generate data for loading elsewhere. David Fitzjarrell -- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en
