EXP
LOG
LOG10
Returns the natural logarithm or base-specified logarithm.
LOG(n [, base])
SELECT LOG(1000, 10) AS log10; -- 결과: 3