ROUND_HOUR
Description
This function rounds a DATE input down to the hour by setting its MINUTE, SECOND and MILLISECOND values to their ground state.
Syntax
ROUND_HOUR ( table.date_column )
Example
[1] Round dates down to the hour: | ||||||||||||||||
| ||||||||||||||||
|
NULL handling
If the input value is NULL, then the result is NULL as well.