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 -> PL/SQL help

PL/SQL help

From: RJ <ridwan.jeena_at_gmail.com>
Date: 28 Sep 2006 00:27:38 -0700
Message-ID: <1159428458.845961.244100@k70g2000cwa.googlegroups.com>


Hi all,

I have the follwoing table (abc):

NAME         NO_CASES
---------          -------------------

Smith            13
John              9
Mary              5
Kate              23

I want to insert into another table (xyz) as follows:

Smith must be inserted 13 times (13 rows), John 9 times (9 rows) etc.. for all the records in the table.

How will I do this?

Thanks in advance... Received on Thu Sep 28 2006 - 02:27:38 CDT

Original text of this message

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