LOG10
(LOG10(
arg
))
Returns log base 10 of
arg
.
Arg
must be a positive value and have a DOUBLE, REAL, NUMERIC, or INTEGER data type.
In the following example, the value of
vlog2
is
2
.
SET VAR vlog2 = (LOG10(100))