Summarize multiple rows in one value

From: Steven Tallir <steven_at_tallir.com>
Date: Mon, 17 Jun 2002 12:28:06 +0200
Message-ID: <3d0db9b5$0$6951$ba620e4c_at_news.skynet.be>


Hi,

I'm looking for a way to do a group-by query that concatinates text-values into 1 value.

eg.
Original table
REQ_ID ASS_ENG

001            JMA
002            ACT
002            NRP
003            ADL
003            NRP

Desired result
REQ_ID ASS_ENG

001            JMA
002            ACT, NRP
003            ADL, NRP


Any suggestions?

Thanks in advance,
Steven Received on Mon Jun 17 2002 - 12:28:06 CEST

Original text of this message