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