查询语句+for update快速进行数据修改,
如查询语句:select * from tableA where id=1
若想对此条数据进行修改,则可以在其后面加上for update 即 select * from tableA where id=1 for update
再点击,pl/sql界面中 一个锁头的图标(Edit data ),即可对数据进行编辑, 点"提交"完成对该条数据的修改.