The ABS(n) aggregate function used for an absolute(positive) value.
Example-1
SELECT ABS(-122)
Output 122
Example-2
SELECT ABS(-144.43)
Output 144.43
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.