meta data for this page
  •  

ABS()

Available in: DSQL, PSQL

Added in: 2.1

Description

Returns the absolute value of the argument.

Result type: Numerical

Syntax

ABS (number)

Important: If the external function ABS is declared in your database, it will override the internal function. To make the internal function available, DROP or ALTER the external function (UDF).