exp
This section contains reference documentation for the exp function.
Signature
Usage Examples
select EXP(1) AS value
from ignoreMevalue
select EXP(12) AS value
from ignoreMevalue
Was this helpful?
This section contains reference documentation for the exp function.
Euler’s number(e) raised to the power of col.
EXP(col1)
select EXP(1) AS value
from ignoreMe2.718281828459045
select EXP(12) AS value
from ignoreMe162754.79141900392
Was this helpful?
Was this helpful?

