Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 01, 2024
Send us feedback
exp
Applies to: Databricks SQL Databricks Runtime
Returns e to the power of expr.
e
expr
exp(expr)
expr: An expression that evaluates to a numeric.
A DOUBLE.
> SELECT exp(0); 1.0 > SELECT exp(1); 2.7182818284590455
e function
expm1 function
ln function
pow function