ADD_MONTHS « Date Timezone « Oracle PL / SQL






1.ADD_MONTHS: Schedule a number of months after the current date
2.Subtract Month from a given date
3.Adding one month to SYSDATE
4.Adding two months to current date
5.Combine to_char with add_months
6.select add_months( sysdate, 12 ) "Next Year"
7.select add_months( sysdate, -12 ) "Last Year"