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 -> Re: PL/SQL Question re: loops

Re: PL/SQL Question re: loops

From: Greg Akins <gakinsNOgaSPAM_at_gatewayhealthplan.com.invalid>
Date: 2000/04/14
Message-ID: <034469d0.817cb0f1@usw-ex0105-036.remarq.com>#1/1

So you want to loop 10 times and only execute the code in the loop when the condition is false.

>for i in 1..10
>loop
> if (some condition is not satisfied) then
> do all the other stuff
>end loop;
>
>

Received on Fri Apr 14 2000 - 00:00:00 CDT

Original text of this message

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