Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Max two dates
THANK YOU SO MUCH .
BUNYAMIN
----- Original Message -----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Sent: Monday, August 06, 2001 7:21 PM
> Is this what you are looking for:
>
> select activity_date from (select activity_date from
> sbc order by activity_date desc)
> where rownum < 3
>
>
> -----Original Message-----
> Sent: Monday, August 06, 2001 11:52 AM
> To: Multiple recipients of list ORACLE-L
>
>
> I have a date field and I want to select rows with max 2 date values.
> How can I do that?
>
> Thank you.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Bala, Prakash
> INET: prakash.bala_at_cingular.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Bunyamin K. Karadeniz INET: bunyamink_at_havelsan.com.tr Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Aug 07 2001 - 02:39:13 CDT
![]() |
![]() |