OracleNumeric FunctionsLOG
LN

LOGNumeric Functions

SIGN

Returns the logarithm of the specified base.

Syntax

LOG(base, n)

Example

Enter values below to update the example in real time.

log_val
SELECT LOG(10, 1000) AS log_val FROM DUAL;  -- 결과: 3