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: Days Between 2 Dates

Re: Days Between 2 Dates

From: Parvinder Singh <parora_at_questone.com>
Date: Sun, 20 Feb 2000 08:27:54 GMT
Message-ID: <38AFA4CB.E49284D8@questone.com>

SQL> select to_date('26FEB2000','DDMONYYYY') - sysdate from dual;

TO_DATE('26FEB2000','DDMONYYYY')-SYSDATE


                     5.41833333333333333

hth
~Parvinder

Spotly wrote:

> I really have tried hard to figure this out. How do I get the number of days
> between sysdate and '26-FEB-2000'
> Thanks for any help. Tim H.


Received on Sun Feb 20 2000 - 02:27:54 CST

Original text of this message

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