MySQL LOG10() FunctionThe Log10() is a Math function of MySQL. This function is used to get the base-10 logarithm of given number. SyntaxPrameter:number: It is the number for getting the log value. ReturnsThis function returns the base-10 logarithm of a number. If the number is less than or equal to 0, this function will return NULL. Example 1Output: Example 2Output: Example 3Output: Next TopicMySQL Math |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India