MSSQLNumeric FunctionsLOG10
LOG

LOG10Numeric Functions

RAND

Returns the base-10 logarithm.

Syntax

LOG10(n)

Example

Enter values below to update the example in real time.

result
SELECT LOG10(1000) AS result;  -- 결과: 3