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

Home -> Community -> Usenet -> c.d.o.misc -> extending SQL

extending SQL

From: CL <charlie_at_xenacom.co.nz>
Date: Fri, 25 Jun 1999 09:59:51 +1200
Message-ID: <4Mxc3.1062$Dl.30497@news.clear.net.nz>


Hi there

I have a case need to extend a table like this name total
cmpA 4
cmpB 3

into the table like this

name total sn

cmpA    4        1
cmpA    4        2
cmpA    4        3
cmpA    4        4
cmpA    3        1
cmpA    3        2
cmpA    3        3

Can any noe help? thanks in advance.

Charles Received on Thu Jun 24 1999 - 16:59:51 CDT

Original text of this message

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