LOG
LOG10
RAND
Returns the base-10 logarithm.
LOG10(n)
Enter values below to update the example in real time.
result
SELECT LOG10(1000) AS result; -- 결과: 3