[D2K] Add Date

From: Dante Tang <c8354710_at_comp.polyu.edu.hk>
Date: 23 Feb 2000 14:28:02 GMT
Message-ID: <01bf7e09$c28d2a60$3208849e_at_default>



[Quoted] How can I find out the date of three days later in Developer/2000?

I found that there is a function called next_day which can return the date of the next weekday. But I did not find any function which can achieve my objective.

I have also tried
SELECT sysdate
into curr_date
from dual;

It works, but where I replace sysdate with sysdate+2, it gives me an error.

Thanks for your help and kind attention.

Dante

-- 
e-mail : c8354710_at_comp.polyu.edu.hk
URL : http://www.comp.polyu.edu.hk/~c8354710 
Received on Wed Feb 23 2000 - 15:28:02 CET

Original text of this message