欢迎投稿

今日深度:

These query results are not updateable.Include the ROWID to

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


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

www.htsjk.Com true http://www.htsjk.com/shujukunews/6215.html NewsArticle These query results are not updateable.Include the ROWID to get updateable results.,rowidupdateable 通过plsql来添加新的记录时候,出现如下错误:These query results are not updateable.Include the ROWID to get updateable r...
相关文章
    暂无相关文章
评论暂时关闭