Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 java 程序中,使用如下更新查询,
update unsub_tbl set stat=1 where stat=0 and emp_id='4441' and action='1';
如果unsub_tbl为空,则尝试使用上述更新查询进行更新会出现异常:
unsub_tbl
java.sql.SQLException:在“unsub_tbl”中找不到记录
但它并没有在相同的条件下一直给出例外。为什么它有时只给出例外?
似乎这是 MySQL 4.0.14+ 的错误
参考MySQL 错误