Google News
logo
SQL Server - Interview Questions
What is the use of SIGN function?
SIGN function is used to determine whether the number specified is Positive, Negative and Zero. This will return +1,-1 or 0.
 
Example :  SIGN(-35) returns -1
Advertisement