30 likes | 122 Views
Explains what the ADD_MONTHS function does and what the syntax is. More information available at http://www.databasestar.com/oracle-add_months
E N D
Oracle ADD_MONTHSFunction By Database star www.databasestar.com
What is it? • Add a specified number of months to a date • Input a date and a number of months • Output a date
Syntax • ADD_MONTHS ( input_date, number_months ) • input_date: The date to add months to • number_months: The number of months to add