I'm trying to convert a single-columned subquery into a command-separated VARCHAR-typed list of values.
This is identical to this question, but for Oracle rather than SQL Server or MySQL.
|
2
|
I'm trying to convert a single-columned subquery into a command-separated This is identical to this question, but for Oracle rather than SQL Server or MySQL.
|
||
|
|
|
|
There is an excellent summary of the available string aggregation techniques on Tim Hall's site. |
||
|
|
|
|
I found this that seems to work. Thoughts?
|
||||||||
|
|
|
Here's a blog that shows an Oracle query to work like MySQL's http://halisway.blogspot.com/2006/08/oracle-groupconcat-updated-again.html |
||
|