Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Applies to:
Databricks SQL
Databricks Runtime
Casts the value expr to BIGINT. This function is a synonym for CAST(expr AS BIGINT). See cast function for details.
Syntax
bigint(expr)
Arguments
expr: Any expression which is castable to BIGINT.
Returns
A BIGINT.
Examples
> SELECT bigint(current_timestamp);
1616168320
> SELECT bigint('5');
5