SQL>SQL>SQL> select sign( 100 - ( 50 * 2 ) ) "Using expressions" 2 from dual 3 /Using expressions----------------- 01 row selected.SQL> --