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
Returns the logarithm of expr with base 10.
Syntax
log10(expr)
Arguments
expr: An expression that evaluates to a numeric.
Returns
A DOUBLE.
If expr is less than or equal to 0 the result is NULL.
Examples
> SELECT log10(10);
1.0