| Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
Functions, 83 of 121
If n<0, SIGN returns -1. If n=0, the function returns 0. If n>0, SIGN returns 1.
SELECT SIGN(-15) "Sign" FROM DUAL; Sign ---------- -1
|
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|