Description
Returns the base 10 logarithm of a number.Syntax
LOG10(numeric_expression)
Examples
LOG10(100) returns 2.
Compute the base-10 logarithm of a numeric value in your ETL pipeline. Use LOG10 for order-of-magnitude and decibel calculations in data flows.
LOG10(numeric_expression)
LOG10(100) returns 2.
Was this page helpful?