Contents Index LOG function [Numeric] LONG_ULPLAN function [Miscellaneous]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

LOG10 function [Numeric]


Function 
Syntax 

LOG10 ( numeric-expression )

Parameters 

numeric-expression    The number.

Standards and compatibility 
See also 

LOG function [Numeric]

Example 

The following statement returns the value 1.698970.

SELECT LOG10( 50 )

Contents Index LOG function [Numeric] LONG_ULPLAN function [Miscellaneous]