LOG10
Description
Returns the base 10 logarithm of a number (LOG10 in Transact-SQL).
Sample Source Pattern
Syntax
Arguments
expression
: Numeric expression, must be positive.
Return Type
Float.
Examples
Last updated