Returns the sign of a number according to the table below.
SIGN(<expr>)
<expr> can be any expression that evaluates to a numeric data type.
<expr>
0
-1
1
SIGN(5)
Returns: 1
SIGN(-1.35E-10)
Returns: -1
SIGN(0)