String Aggregation with CLOB type
975959Jan 5 2013 — edited Jan 6 2013Hi,
I should compare to query result from two different DB version: Oracle 11.1 and 11.2.
What I'd like to perform is a string aggregation. I read for 11.2 there is LISTAGG function, while for 11.1 I could use WMSYS.WMCONCAT.
A doubt is that I should aggregate CLOB type. Is it possible, or are there any limitations for the above functions?
Many thanks,
Ste