Returns the natural logarithm (base e) of a numeric value expression.
specifies any valid SQL expression that evaluates to a numeric value.
select log(1.0);
0
select log(10.0);
2.302585