欢迎投稿

今日深度:

PL/SQL Developer实现双击table表名查询,pldeveloper

PL/SQL Developer实现双击table表名查询,pldeveloper


双击table默认为Expand/Collapse 展开/折叠 有时需快速查看该表数据,如果写select * from tab会显得麻烦,

我们可实现双击table来进行快速查询

方法为:Tools -> Preferences -> User Interface -> Browser -> Object type(Table) -> Double-click action(Query Data)





转载请注明出处:http://blog.csdn.net/itmyhome1990/article/details/38663783



plsql怎设置双击表名就查出表数据

菜单tool->preference->browser 右边的 object type 选择table double-click action 选择query data 之后选择ok即可,双击表名就查出表数据了,希望对你有帮助
 

pl/sql developer 查询多个表数据怎在一个Sql窗口打开??

一个窗口只能显示一个查询语句(Select)的结果。
你的SQL窗口中写了5个查询语句,所以显示窗口出现了5个,但只能一个一个查看显示窗口。
 

www.htsjk.Com true http://www.htsjk.com/shujukunews/2871.html NewsArticle PL/SQL Developer实现双击table表名查询,pldeveloper 双击table默认为Expand/Collapse 展开/折叠 有时需快速查看该表数据,如果写select * from tab会显得麻烦, 我们可实现双击table来进行快速查询 方法为...
评论暂时关闭