bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Abs() Function

Concept visual

MS Access Abs() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

Example

Return the absolute value of a number:

SELECT Abs(-243.5) AS AbsNum;

Definition and Usage

The Abs() function returns the absolute (positive) value of a number.

Syntax

Abs(

number )

Parameter Values

Parameter

Description number

Required. A numeric value

Technical Details

Works in:

From Access 2000

Previous

❮ MS Access Functions

Next

Previous

MS Access UCase() Function

Next

MS Access Atn() Function