Example
Return the base-2 logarithm of 6:
SELECT LOG2(6);
Definition and Usage
The LOG2() function returns the natural logarithm of a number to base-2.
Return the base-2 logarithm of 6:
SELECT LOG2(6);
The LOG2() function returns the natural logarithm of a number to base-2.