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: PL/SQL Adding One Month to a Date

Re: PL/SQL Adding One Month to a Date

From: Dmitriy B. Agafonov <dagafono_at_rgti.com>
Date: 1997/10/08
Message-ID: <343C0C60.53A57E02@rgti.com>#1/1

add_months(d,m)
returns d + m
d -date
m - number of months to add.

Regards,

    Dmitriy Agafonov Received on Wed Oct 08 1997 - 00:00:00 CDT

Original text of this message

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