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
clause更新しました 2025/01/23
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.