ln
This section contains reference documentation for the ln function.
Signature
Usage Examples
select ln(1) AS value
from ignoreMevalue
select ln(12) AS value
from ignoreMevalue
Was this helpful?
This section contains reference documentation for the ln function.
Natural log of value i.e. ln(col1)
LN(col1)
select ln(1) AS value
from ignoreMe0
select ln(12) AS value
from ignoreMe2.4849066497880004
Was this helpful?
Was this helpful?

