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 complex selects

Re: PL/SQL complex selects

From: Sergei Kuchin <skuchin_at_sprynet.com>
Date: Tue, 06 Oct 1998 07:45:22 -0500
Message-ID: <361A10E2.6FEA@sprynet.com>


Very simple. In Oracle 7.x, PL/SQL DOES NOT support inline views but it works in Oracle 8.

> Gocha Mchedlishvili wrote:
>
> > Hi!
> >
> > I tried to create cursor in procedure like
> >
> > DECLARE
> > CURSOR MyCursor IS
> > SELECT * FROM ( SELECT * FROM MyTable)
> >
> > But I'm getting an error, I'm also getting the same error when I'm trying to
> > use complex select anywhere in procedure. Is it possible to use complex
> > select in procedure?
> >
> > Thanks,
> >
> > Gocha
Received on Tue Oct 06 1998 - 07:45:22 CDT

Original text of this message

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