| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> 'SUM' strings to concatenated string
Hi
i am looking for a way to concatenate all values of query (that returns one varchar-field with multiple rows) into one string:
e.g:
  select username from table_users
returns:
  Miller
  Smith
  Frankfurter
  Gonzales
i want:
  Miller;Smith;Frankfurter;Gonzales
How can i 'SUM' strings, btw we are using ora 8i.
Thanks for time and help,
Alex
Received on Fri Feb 17 2006 - 03:23:50 CST
|  |  |