I currently have a query which returns multiple rows for each distinct
'Instance_Name'.

Instance_Name--------------Api_Name------------------Max_Time
MatlMgr-------------------------getUserID----------------------0.0551
MatlMgr---------------------getUserAttributes----------------0.0433
MatlMgr-------------------------getUserName-----------------0.1234

What i would like is to combine these into one row for each instance
name, with a

comma-separated list for the relevant columns, like this...

Instance_Name--------------Max_Time_Api
MatlMgr--------------getUserID 0.0551, getUserAttributes 0.0433,
getUserName 0.1234,

Is there a way to do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"oracleguru" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/oracleguru
-~----------~----~----~----~------~----~------~--~---

Reply via email to