Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL nested select ...
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.txtis not null;
Regards, Wlad.M. Received on Fri Jun 12 1998 - 00:00:00 CDT
![]() |
![]() |