Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: [D2K] Add Date

Re: [D2K] Add Date

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 23 Feb 2000 18:31:16 +0100
Message-ID: <951327774.2284.3.pluto.d4ee154e@news.demon.nl>


Should work without problem.

What error are you getting?

Hth,

Sybrand Bakker, Oracle DBA

Dante Tang <c8354710_at_comp.polyu.edu.hk> wrote in message news:01bf7e09$a56183a0$3208849e_at_default...
> 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 - 11:31:16 CST

Original text of this message

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