DAYS_BETWEEN
Description
DAYS_BETWEEN computes the difference between two dates in days.
Supported input column types: DATE
Output column type: FLOAT
Syntax
DAYS_BETWEEN ( table.column1, table.column2 )
NULL handling
If any parameter is NULL, the result is NULL as well.
Use Cases
DAYS_BETWEEN
can be used for Throughput Times.
Example
[1] Simple DAYS_BETWEEN example. | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
|