MONTHS_BETWEEN
Description
MONTHS_BETWEEN computes the difference between two dates in months.
Supported input column types: DATE
Output column type: FLOAT
Syntax
MONTHS_BETWEEN ( table.column1, table.column2 )
NULL handling
If any parameter is NULL, the result is NULL as well.
Example
[1] Simple MONTHS_BETWEEN example. | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
|