ABS

Purpose

This function returns the absolute value of the number n.

Syntax

abs::=

ABS

Example

SELECT ABS(-123) ABS;