首页 > 其他 > 详细

These query results are not updateable.Include the ROWID to get updateable results.

时间:2015-01-30 10:48:15      阅读:446      评论:0      收藏:0      [点我收藏+]

     通过plsql来添加新的记录时候,出现如下错误:These query results are not updateable.Include the ROWID to get updateable results. 如截图:

技术分享技术分享

解决办法如下:

第一种解决方案:select* from  T_status_set for update

第二种解决方案:select tss.* ,rowid from  T_status_set tss

These query results are not updateable.Include the ROWID to get updateable results.

原文:http://blog.csdn.net/zl544434558/article/details/43303051

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!