log
function
Applies to: Databricks SQL
Databricks Runtime
Returns the logarithm of expr
with base
.
Arguments
base
: An optional expression that evaluates to a numeric.expr
: An expression that evaluates to a numeric.
Updated Sep 27, 2023
log
function Applies to: Databricks SQL
Databricks Runtime
Returns the logarithm of expr
with base
.
base
: An optional expression that evaluates to a numeric.
expr
: An expression that evaluates to a numeric.