power
function
Applies to: Databricks SQL Databricks Runtime
Raises expr1
to the power of expr2
. This function is a synonym for pow function.
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Nov 01, 2024
power
function Applies to: Databricks SQL Databricks Runtime
Raises expr1
to the power of expr2
. This function is a synonym for pow function.
expr1
: An expression that evaluates to a numeric.
expr2
: An expression that evaluates to a numeric.