ADD_MONTHS

Use ADD_MONTHS to add or subtract months from a date. The first parameter is the date expression. The second parameter is the number of months to add or subtract from the date. This function is based on Spark.

Syntax

ADD_MONTHS(date_expression, number_of_months)