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

Home -> Community -> Usenet -> c.d.o.tools -> SQL Query Help

SQL Query Help

From: Troy Perchotte <max_at_headroom.com>
Date: 1999/02/12
Message-ID: <36C4CA0E.DABE9046@headroom.com>#1/1

I am trying to create a query that will change the following:

PARENTID CUSTID

100                110
100                111
100                112
100                113
200                114
200                115
300                201

Into this format:

100 110 111 112 113
200 114 115
300 201

Can anyone help? Please respond here.

Thanks,

Troy Received on Fri Feb 12 1999 - 00:00:00 CST

Original text of this message

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