SIGN(a) is an
arithmetic function that indicates the sign of the number a.
Result of the SIGN(a) function | |
a<0 |
-1 |
a=0 |
0 |
a>0 |
1 |
a is the NULL value |
NULL value |
a is special NULL value |
Special NULL value |