Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Databricks SQL
Databricks Runtime
Returns the number of milliseconds since 1970-01-01 00:00:00 UTC
.
unix_millis(expr)
expr
: A TIMESTAMP expression.
A BIGINT.
The function truncates higher levels of precision.
> SELECT unix_millis(TIMESTAMP('1970-01-01 00:00:01Z'));
1000