QUESTION POSED ON: 19 January 2006
I have a query like this:
select userid from users where usergrp='1'
This query retrieves around 10 records. I have a task to concatenate the values separated with ','. I would like to know if Oracle has any function that could do that.
|