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: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 27 Nov 2006 06:27:18 -0800
Message-ID: <1164637638.122146.226310@l12g2000cwl.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.

Why don't you send us the complete plsql routine? Perhaps also a description of what business process or database function it is attempting to perform.

At the moment, the description sounds suspiciously like homework or a class assignment. Received on Mon Nov 27 2006 - 08:27:18 CST

Original text of this message

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