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

Home -> Community -> Usenet -> c.d.o.tools -> Re: simple answer not obvoius to me, Newbie help.

Re: simple answer not obvoius to me, Newbie help.

From: yannick <yannick.germain_at_netcourrier.com>
Date: Thu, 25 Jan 2001 18:58:07 GMT
Message-ID: <3A7076A7.8FEC2DFC@netcourrier.com>

MadG a écrit :
>
> Hi,
>
> I am trying to display the table in descending order by price but I can't
> get the syntax right.
>
> Can any one help?
>
> Thanks in advance:)
>
> Patrick

Try select * from MyTable order by price desc; good luck Received on Thu Jan 25 2001 - 12:58:07 CST

Original text of this message

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