MySQL LOG10() Function
Definition and Usage
The LOG10() function returns the natural logarithm of a number to base-10.
Note: See also the LOG() function.
Syntax
LOG10(number)
Parameter Values
Parameter | Description |
---|---|
number | A number greater than 0 |
Technical Details
Works in: | From MySQL 4.0 |
---|