Oracle - Joining strings in a recordset
Sometimes for front-end applications it’s useful to display a list of items to a user, but those items are stored as multiple records in a database table.
This function takes a single field in a cursor and joins the values together into a delimited string.
[Read More]