Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: cursor in side cursor

Re: cursor in side cursor

From: LiShan Cheng <exriscer_at_gmail.com>
Date: Tue, 18 Apr 2006 09:24:01 +0200
Message-ID: <6e9345580604180024p6d1cae43s8351da4aee23ed98@mail.gmail.com>


hi do you mean something like this?

for i in (select * from dept)
loop

    for x in (select * from emp where deptno = i.deptno)     loop

        ......
    end loop;
end loop;

On 4/18/06, Bob Robert <mssql_2002_at_yahoo.com> wrote:
>
> Gurus,
>
> Is it posssible to write cursor in side of another cursor?
>
> Thanks,
> Bob
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 18 2006 - 02:24:01 CDT

Original text of this message

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