René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

add_months [Oracle SQL]

add_months(a-date, n)
Add n months to a-date. n can be negative and a fractional.
select add_months (date '2002-03-04', 1) from dual;
04-APR-02

Links