cbrt
function
Applies to: Databricks SQL Databricks Runtime
Returns the cube root of expr
.
Syntax
cbrt(expr)
Arguments
expr
: An expression that evaluates to a numeric.
Returns
A DOUBLE.
Examples
> SELECT cbrt(27.0);
3.0
Denne browser understøttes ikke længere.
Opgrader til Microsoft Edge for at drage fordel af de nyeste funktioner, sikkerhedsopdateringer og teknisk support.
cbrt
functionApplies to: Databricks SQL Databricks Runtime
Returns the cube root of expr
.
cbrt(expr)
expr
: An expression that evaluates to a numeric.A DOUBLE.
> SELECT cbrt(27.0);
3.0