exp

This section contains reference documentation for the exp function.

Euler’s number(e) raised to the power of col.

Signature

EXP(col1)

Usage Examples

select EXP(1) AS value
from ignoreMe
select EXP(12) AS value
from ignoreMe

Last updated