SQL Reference
...
SQL Functions
Numeric Functions
EXP
7min
The EXP() function returns the exponential value of a number specified in the argument.
The syntax for the EXP() is:

Where:
- number: The number for which you want to calculate the exponential value. Equivalent to the formula e^number.
Let's explore examples to see how the EXP() function works.
In this case, we use the EXP() function with positive and negative values.

You will get the following result:

This case uses the EXP() function with a fractional argument.

Here is the result:

Here, we use the EXP() function with expressions.

See the result below: