power
function
Applies to: Databricks SQL
Databricks Runtime
Raises expr1
to the power of expr2
. This function is a synonym for pow function.
Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Feb 14, 2025
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.