把表变成编辑状态

在PL/SQL Develop 里面可以select这个表,然后编辑它,有两种方法

 

select t.*,rowid from yourtable

 

select * from yourtable for update

posted @ 2014-02-15 22:59  HiEagle  阅读(196)  评论(0)    收藏  举报