标签:for ar 数据 div 代码 sp ad c sql
你可以选择在查询语句的最后加上 for update,就可以打开编辑锁,直接修改数据。
而在默认查询下,点击Edit data,会报错:The query results are not updateable.
select * from table_name for update; (table_name为要编辑的表)
oracle 不能更新 PL/SQL 点击“edit data”报“ these query results are not updateable”
标签:for ar 数据 div 代码 sp ad c sql
原文地址:http://www.cnblogs.com/yangxia-test/p/3939218.html