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: SQL

Re: SQL

From: TurkBear <john.greco_at_dot.state.mn.us>
Date: Tue, 03 Dec 2002 16:06:57 -0600
Message-ID: <1maquukvdrjg2527rjbmmr1trsjmb8j74r@4ax.com>

If the date is actually stored in a DATE type then

select min(datefield) from table..

<cava123_at_noos.fr> wrote:

>Hi all,
>I need to write SQL request to find the oldest date in the table ;
>
>For exemple :
>17/12/80
>20/02/81
>28/09/81
>01/05/81
>19/04/87
>17/11/81
>23/05/87
>03/12/81
>
> ==> 17/12/80
>
>Any Help ?
>
Received on Tue Dec 03 2002 - 16:06:57 CST

Original text of this message

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