If the "Base" is not specified, the LOG() function returns the natural logarithm of "Number".
If the value of "Number" is less than or equal to 0, NULL is returned.
If the "Base" is specified, it returns the logarithm of "Number" to the "Base".
If "Base" is less than or equal to 1 or "Number" is less than or equal to 0, NULL is returned.
If "Number" or "Base" is NULL, NULL is returned.
The reverse function without "Base" is the EXP() function. |