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: a query in Oracle Report

Re: a query in Oracle Report

From: Alex Filonov <afilonov_at_yahoo.com>
Date: 11 Oct 2004 11:35:53 -0700
Message-ID: <336da121.0410111035.7ee3a1f0@posting.google.com>


"mo" <m_at_m.com> wrote in message news:<ck95ds$iqq1_at_imsp212.netvigator.com>...
> when I issue a query in Oracle Report:
>
> 1. select * from
> 2. (
> 3. select first_name, last_name
> 4. from students
> 5. order by first_name
> 6. )
> 7. where rownum<3;
>
> I received a warning of missing a ")", if I
> omit the 5th line, it's fine. should I use a cursor
> to solve it?

What version of Report are you using? Received on Mon Oct 11 2004 - 13:35:53 CDT

Original text of this message

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