pow
function
Applies to: Databricks SQL
Databricks Runtime
Raises expr1
to the power of expr2
. This function is a synonym for power function.
Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Feb 07, 2025
pow
function Applies to: Databricks SQL
Databricks Runtime
Raises expr1
to the power of expr2
. This function is a synonym for power function.
expr1
: An expression that evaluates to a numeric.
expr2
: An expression that evaluates to a numeric.