SQL>SQL> select sign( 123 * -1 + 122) "Using expressions" 2 from dual 3 /Using expressions----------------- -11 row selected.SQL>SQL> --