Create a CSV Field (String Aggregation) with Recursive SQL for DB2
I was recently working on a client project where I had need to create a delimited field from multiple SQL rows returned for a query. To accomplish this I used a recursive SQL query that allows me to aggregate multiple results together into a single string with a delimiter.
[ Read More ]