在PL/SQL Develop 里面能够select这个表,而后编辑它,有两种方法table
select t.*,rowid from yourtabledate
select * from yourtable for updateselect