Exceptions handling in SQL?

Posted by Vineet on Stack Overflow See other posts from Stack Overflow or by Vineet
Published on 2010-03-29T15:04:45Z Indexed on 2010/03/29 15:33 UTC
Read the original article Hit count: 124

Filed under:
|
|
|
|

Is there any way to handle exceptions in sql(ORACLE 9i)?

Since I was trying to divide values of a column that contains both numbers and literals ,I need to fetch out only numbers from it ,as if it divisible by any number then its number else if contains literals it would not get divided it will generate error.

how to handle those errors? Please suggest!!

© Stack Overflow or respective owner

Related posts about oracle9i

Related posts about sql-server