Is there some function that makes the same behavior of SYS.STRAGG in oracle but instead of returning VARCHAR (and being limited to the VARCHAR size), it returns a CLOB , and thus allows (virtually) infinite number of concatenated strings ?
for example , I have a query select x from y where z
that returns 2.5M records and I want to return all these records concatenated together 1 shot