SIGN returns a value that indicates whether a specified number is less than, equal to, or greater than 0 (zero):
-1 if n < 00 if n = 01 if n > 0NUMBER
SIGN(n)
n is a numeric expression.
SIGN(-15) returns the value -1.00.
Copyright © 2003, 2007, Oracle. All rights reserved.