View Single Post
  #1 (permalink)  
Old 11-27-09, 05:30
tyaramis tyaramis is offline
Registered User
 
Join Date: Mar 2005
Posts: 6
Rows into one row as comma delimited string

HI All

Is it possible to generate such a result set with a query in informix?

With my existing query I am getting this resultset:

SystemName Numbers
A 111
A 222
B 123
B 356
B 777
C 888

and I would like get a result set like this:

SystemName Numbers
A 111;222
B 123;356;777
C 888

Thanks alot in advance.

Last edited by tyaramis; 11-27-09 at 05:44. Reason: Title was wrong.
Reply With Quote