最近开发项目时要经常自己造数据,遇到好多查询出数据时要进行修改.上网查询资料 总结如下: plSql允许查询数据可以编辑的条件是必须查询出rowid 在某个表上点击query data 出现的sql语句是 :select * from student t 在某个表上点击 edit data 出现的sql语句是:select t.*, t.rowid from student t 说明要编辑必须带有rowid 比如我们查询这样一条语句 select A,B from AB 让他可以编辑的办法 se
打开PLSQL工具--- toad中->view->option->data->display large number in scientific notationpl/sql developer中->tools->preferences->sql windows->number fields tochar