Scalar. Returns the absolute value of an expression.
Return
expression
Integer
Long
Float
Interval
The following example calculates the absolute value of a column from the stream named Devices:
INSERT INTO OutStream SELECT ABS(Devices.Value) FROM Devices;