unix_seconds
函式
適用於: Databricks SQL Databricks Runtime
傳回自 1970-01-01 00:00:00 UTC
以來的秒數。
語法
unix_seconds(expr)
引數
expr
:TIMESTAMP 運算式。
傳回
BIGINT。
函式會截斷較高層級的有效位數。
範例
> SELECT unix_seconds(TIMESTAMP('1970-01-01 00:00:01Z'));
1