Neoview SQL Reference Manual (R2.2)
LOG10 Function
The LOG10 function returns the base 10 logarithm of a numeric value expression.
LOG10 is a Neoview SQL extension.
LOG10 (numeric-expression)
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of the LOG10
function. The value of the argument must be greater than zero. See “Numeric Value
Expressions” (page 217).
Example of LOG10
This function returns the value 1.39794000867203792E+000, or approximately 1.3979:
LOG10 (25)
LOG10 Function 353