LN
LOG
RANDOM
Returns the logarithm base b.
LOG(b, x)
Enter values below to update the example in real time.
log10_result
SELECT LOG(10, 1000) AS log10_result; -- 결과: 3