divisor is equal to zero
525685Apr 9 2007 — edited Apr 9 2007Dear My Friends
I want to hide this msg how it is possible when i run query as folows
SQL> select 0/1 from dual;
0/1
----------
0
and when i run the following queries this is msg is comming how i hide this msg
SQL> select 1/0 from dual;
select 1/0 from dual
*
ERROR at line 1:
ORA-01476: divisor is equal to zero
Rgds
TeeJay