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

Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL nested select ...

PL/SQL nested select ...

From: Wlad.M <wlad.m_at_mailexcite.com>
Date: 1998/06/12
Message-ID: <01bd95ff$2dd2f100$02fefedf@imp>#1/1

        Hello All !

Please help

        Why PL/SQL dont understand this:

	cursor curs(param integer) is
		select Q.* from (select * from some_table where id<param) Q where Q.txt
is not null;

        Regards, Wlad.M. Received on Fri Jun 12 1998 - 00:00:00 CDT

Original text of this message

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