LOG: Returning a Logarithm (SQL)

How to:

The LOG function returns the natural logarithm of the input value.


Top of page

x
Syntax: How to Return a Logarithm
LOG(arg)

where:

arg

Numeric

Is the input value.

This function returns double precision numbers with three decimal places.



Example: Returning a Logarithm

LOG returns the natural logarithm of a value. This example,

LOG(4)

returns 1.386.


iWay Software