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 (positive) value of a number.
number )
Required. A numeric value
❮ MS Access Functions
Previous
MS Access UCase() Function
Next
MS Access Atn() Function