This is an old revision of the document!


DRAFT

Omnidex SQL Function: ABS

Description

The ABS function returns the absolute value of column. The return data_type is the same as the data type of the numeric_expression. The numeric_expression can be a column_spec or a set of functions and operators that yield a numeric expression.

Syntax

ABS(numeric-expression)

Examples

select abs(col1) from trans_table;
 
Back to top
dev/sql/functions/abs.1278209737.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)