ABS

Purpose

This function returns the absolute value of the number n.

Syntax

abs::=

ABS syntax diagram

Example

SELECT ABS(-123) ABS;