SQL – MySQL LOG10() Function
The MySQL LOG10() function returns the natural logarithm of a number greater than 0 to base 10.
The MySQL LOG10() function returns the natural logarithm of a number greater than 0 to base 10.
The MySQL MOD() function returns the remainder of a number divided by another number.
The MySQL POW() function returns the value of a number raised to the power of another number.
The MySQL POWER() function returns the value of a number raised to the power of another number.
The MySQL RADIANS() function converts a degree value (expressed as a positive or negative number) into radians.
The MySQL RAND() function returns a random number between 0 (inclusive) and 1 (exclusive).
The MySQL ROUND() function rounds a number to a specified number of decimal places.
The MySQL SQRT() function returns the square root of a number greater than zero.
The MySQL TRUNCATE() function truncates a number to the specified number of decimal places.