Oracle Math SIGN() FunctionThe SIGN() is a Math function of ORACLE. This function is used to get a sign of the given number. If the number is less than 0, this function returns -1. If the number is 0 or 1 or greater than 0, this function returns 0. SyntaxParametersnumber: It is the number for getting a sign.4 ReturnsThis function returns a sign of the given number. Example 1Example 2Example 3Next TopicOracle Math |