Loading lesson path
Concept visual
Start at both ends
Return the absolute value of a number:
SELECT Abs(-243.5) AS AbsNum;The ABS() function returns the absolute value of a number.
number )
Required. A numeric value
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
❮ SQL Server Functions