Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> how to condense several rows of a select?

how to condense several rows of a select?

From: sp <sdpant_at_yahoo.com>
Date: Sat, 03 Feb 2001 00:18:08 GMT
Message-ID: <47Ie6.12122$1%2.576363@sjc-read.news.verio.net>

I want to condense several rows of a select. mytable :
1 a
2 b
2 c
2 d
3 a

so that my select should result in

1 a
2 b,c,d
3 a

Any idea to achieve this result?
SP Received on Fri Feb 02 2001 - 18:18:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US