Returns the exponential function, e to the power of a number.
Syntax
EXP ( numeric-expression )
Parameters
ParametersParameter
|
Description
|
numeric-expression
|
The exponent.
|
Example
The following statement returns the value 3269017.3724721107:
SELECT EXP( 15 ) FROM iq_dummy
Standards and Compatibility