ADDDATE
Declaration
ADDDATE(date,INTERVAL expr unit)
ADDDATE(expr,days)
Description
The first declaration of this function is a synonym for DATE_ADD(). For more information about the unit parameter, see DATE_ADD.
The second declaration of this function adds the number of days specified by days to the date specified by expr.