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: How to Run this PLSQL Block.

Re: How to Run this PLSQL Block.

From: steph <stephan0h_at_yahoo.de>
Date: 27 Nov 2006 05:35:52 -0800
Message-ID: <1164634552.340641.152000@45g2000cws.googlegroups.com>

yousuf_at_gmail.com wrote:
> Hello guys,
>
> I am trying to right this plsql block that has nested loop. The place
> where I am stuck is that how do I get a substitute for this :
> << j_loop >> FOR j IN 40 .. 57 ( this is what I am doing and it would
> loop for all the numbers from 40 to 57)
>
> What I want to acheive is :
>
> << j_loop >> FOR j IN (40, 41, 45, 51,55, 57) -- here there is no
> specific pattern, its just a list of number that I want to loop for.
>
> Any suggestions.

Maybe put the numbers in a table and then use a cursor to loop over them?

Regards,
stephan Received on Mon Nov 27 2006 - 07:35:52 CST

Original text of this message

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