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: SQL Help - Selecting record based on greatest value

Re: SQL Help - Selecting record based on greatest value

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 4 Jan 2001 20:24:18 +0100
Message-ID: <932j6h$8lk48$5@ID-62141.news.dfncis.de>

Homework
But anyway

select * from foo where bar =
(select max(bar) from foo)

Hth,

Sybrand Bakker, Oracle DBA

"James Alexander Starritt" <james_at_jamesstarritt.com> wrote in message news:932ict$8iist$1_at_ID-68406.news.dfncis.de...
> I have a table we can call x ... it contains 3 field a b c
>
> assuming c is a number is it possible to select the record with the
 greatest
> value ? ... and if so does this work on date fields
>
> --
>
> James Alexander Starritt (james_at_jamesstarritt.com)
>
>
Received on Thu Jan 04 2001 - 13:24:18 CST

Original text of this message

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