w3resource

MySQL LOG10() function

LOG10() function

MySQL LOG10() returns the natural logarithm of a number to the base 10. The equivalent expression of LOG10(N) is LOG(10,N).

Syntax:

LOG10(N);

Where N is a number

Syntax Diagram:

MySQL LOG10() Function - Syntax Diagram

MySQL Version: 5.6


Pictorial presentation of MySQL LOG10() function

pictorial presentation of MySQL LOG10() function

Example of MySQL LOG10() function

Code:

SELECT LOG10(1000);

Explanation:

The above MySQL statement returns the natural logarithm of 1000 as specified in the argument to the base 10.

Sample Output:

mysql> SELECT LOG10(1000);
+-------------+
| LOG10(1000) |
+-------------+
|           3 | 
+-------------+
1 row in set (0.00 sec)

All Mathematical Functions

MySQL Mathematical Functions, slide presentation

Previous: LOG2()
Next: MOD()



Follow us on Facebook and Twitter for latest update.




We are closing our Disqus commenting system for some maintenanace issues. You may write to us at reach[at]yahoo[dot]com or visit us at Facebook