[Stackoverflow] [Progress OpenEdge ABL] Progress - How to concatenate many rows with same id in sql?

Status
Not open for further replies.
J

JeromeF99

Guest
My table contains those values :

Code:
NODOS PROCEDURE PHASE
  1     CXP      PRB
  1     CXP      PEX

And I want this :

Code:
NODOS PROCEDURE PHASE
  1     CXP      PRB, PEX

I use the progress database. Everything I've tried doesn't work (String_AGG, Group_concat...) because it's a special database. Does anyone have any ideas?

Regards,

Continue reading...
 
Status
Not open for further replies.
Top