摘要:
解决方法一:加一个exception异常处理 exception when no_data_found then .... 解决方法二:更改select语句,如: select count(*) field into var from table where .... 增加一个count(*)即使没有找到数据,也会返回0,而不是null。 阅读全文
posted @ 2008-10-17 13:21
李佩亮
阅读(10188)
评论(0)
推荐(0)
浙公网安备 33010602011771号