Contents Index EVENT_PARAMETER function [System] EXPERIENCE_ESTIMATE function [Miscellaneous]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

EXP function [Numeric]


Function 

Returns the exponential function, e to the power of a number.

Syntax 

EXP ( numeric-expression )

Parameters 

numeric-expression    The exponent.

Standards and compatibility 
Example 

The statement returns the value 3269017.372.

SELECT EXP( 15 )

Contents Index EVENT_PARAMETER function [System] EXPERIENCE_ESTIMATE function [Miscellaneous]