Contents Index LOCATE function [String] LOG10 function [Numeric]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

LOG function [Numeric]


Function 
Syntax 

LOG ( numeric-expression )

Parameters 

numeric-expression    The number.

Standards and compatibility 
See also 

LOG10 function [Numeric]

Example 

The following statement returns the value 3.912023.

SELECT LOG( 50 )

Contents Index LOCATE function [String] LOG10 function [Numeric]