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: Problem with Order by in a subquery

Re: Problem with Order by in a subquery

From: TurkBear <jgreco1_at_mn.rr.com>
Date: Fri, 12 Jul 2002 15:17:00 -0500
Message-ID: <t8euiuo538q9ho7mcep5qt8bdk9bje0vrt@4ax.com>


What version of SqlPlus do you have on the PC...

rgaffuri_at_cox.net (Ryan Gaffuri) wrote:

>I am using 8.1.7. I know that I need to change the compatibility
>parameter in my init.ora to 8.1.7. I do that and I run the query that
>Im posting below directly from the server and it works.
>
>I go back to my client PC and I get the same error I got before
>changing the compatibility parameter. Do I have to make some kind of
>setting change on my client PC?
>
>GAFFURIR_at_DEV> select col1, row
> 2 from (select col1, rownum row
> 3 from tab r
> 4 where rownum < 31
> 5 order by col1)
> 6 where row > 10
> 7 order by col1;
>select carrier_id, row
> *
>ERROR at line 1:
>ORA-00936: missing expression

-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------

   http://www.newsfeed.com The #1 Newsgroup Service in the World! -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =----- Received on Fri Jul 12 2002 - 15:17:00 CDT

Original text of this message

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