ADD_MONTHS
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Adds to the date value specified by the date_expression, the given number of months specified by integer_expression, and returns the resultant date value.
Syntax
|
Notes
- The
first argument must be of
DATEtype. - The second argument to the function must be of
NUMERICtype. - The result is of type
DATE. - If any of the arguments evaluates to
NULL, the result isNULL.
Example
This
example illustrates the ADD_MONTHS function:
|
Compatibility
Progress extension