LOG
LOG (expression) LN (expression)
Parameters
expression
Description
See also Java Math.log. This method returns a double
Example
Calculates LOG:
SELECT LOG(X) from Items;
Updated about 5 years ago