码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-01-30 10:50:40      阅读:751      评论:0      收藏:0      [点我收藏+]

标签:these query results

     通过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.

标签:these query results

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!