Description
Returns the absolute value of a number.Syntax
ABS(numeric_expression)
Examples
ABS(-343) returns 343.0
Calculate the absolute value of any numeric expression in your ETL pipeline. Useful for distance calculations and data normalization tasks.
ABS(numeric_expression)
ABS(-343) returns 343.0
Was this page helpful?