I am trying to write a query in oracle sql, the query itself is a simple SELECT query and produces a list of results, however this list needs to be picked up and used in a front end package. I need to convert the query result list into a comma seperated string to be pulled into the front end package for further manipulation.
Is there a function or any other way to convert the list of results that a query returns into a comma seperated string.
Is there a function or any other way to convert the list of results that a query returns into a comma seperated string.