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 -> Re: PL/SQL Brain Teaser -- Shouldnt be too difficult for an expert

Re: PL/SQL Brain Teaser -- Shouldnt be too difficult for an expert

From: tojo <Tojo_at_hotmail.com>
Date: Wed, 5 Feb 2003 17:26:49 +0100
Message-ID: <MPG.18ab59b97660f2039896f4@news.t-online.de>


In article <MPG.18ab5890bb4e63f29896f3_at_news.t-online.de>, Tojo_at_hotmail.com says...
ideas how to go about this?
> >
> Forget about the 30 parameters. Write the 30 values into a table
> (temporary if you want). You can put a unique constraint on this table's
> priority column. Then just INSERT INTO real_table SELECT * FROM
> temp_table. Wrap the whole thing in a transaction and go have a beer.
>
> -- Tom
>

It just occurs to me, is this homework? Received on Wed Feb 05 2003 - 10:26:49 CST

Original text of this message

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