Contact Us
Contact our corporate or local offices directly.
Parent page: System Query Functions - Arithmetic Functions
Returns sign value of the supplied parameter. That is, it returns an integral number, whose value depends upon the nature of the parameter's numeric value:
SIGN(X : Number / Numeric_String) : Number
SIGN(5.33)
Returns 1.
SIGN(-5.33)
Returns -1.
SIGN(0)
Returns 0.
Contact our corporate or local offices directly.