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

Re: A query in Oracle Report

From: Sybrand Bakker <sybrandb_at_hccnet.nl>
Date: Sat, 09 Oct 2004 19:01:35 +0200
Message-ID: <6a6gm05vmrk3g1l5ik0cccpmnjv17j8jtr@4ax.com>


On Sun, 10 Oct 2004 00:29:42 +0800, "mo" <m_at_m.com> wrote:

>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?
>

No. You should specify your version in your post. Order by in inline views hasn't been supported always.

--
Sybrand Bakker, Senior Oracle DBA
Received on Sat Oct 09 2004 - 12:01:35 CDT

Original text of this message

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