LOG
Purpose
This function returns the logarithm of n with base base.
Syntax
log::=
Usage Notes
- The number
basemust be positive and must not be1. - The number
nmust be positive.
Example
Copy
SELECT LOG(2,1024);