Description
Returns the natural logarithm of a number.Syntax
LOG(numeric_expression)
Examples
LOG(100) returns 4.605.
Compute the natural logarithm (base e) of a numeric value in your ETL pipeline. Use LOG for logarithmic data transformations and calculations.
LOG(numeric_expression)
LOG(100) returns 4.605.
Was this page helpful?