您的位置:首页 > 产品设计 > UI/UE

PL/SQL dev工具 使用for update-->Edit Date 时出错"These query results are not updateable,Include the ROWID to get updateable results."

2010-10-28 14:56 1091 查看
select * from table where tablecode = '001' for update;--如果执行这条语句,执行Edit Date时,报错"These query results are not updateable,Include the ROWID to get updateable results."要加RowID,修改sql如下:
select c.*,c.rowid from table c where tablecode = '001' for update;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐