Login
From:
Paulzip's Oracle Blog
(Uncensored)
subscribe
A Solution to Listagg’s 4000 Byte Limit | Paulzip's Oracle Blog
https://paulzipblog.wordpress.com/2019/04/23/a-solution-to-listaggs-4000-byte-limit/
links
backlinks
Roast topics
Find topics
Find it!
For a given grouping, LISTAGG orders data within each group specified in the ORDER BY clause and then concatenates the values into a string using the delimiter specified. A common problem people hi…