PL/SQL的快捷键设置

Posted 知不可见

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PL/SQL的快捷键设置相关的知识,希望对你有一定的参考价值。

PL/SQL用来连接Oracle数据库的一种工具,它可以设置快捷方式,以便于我们快速的操作。

PL/SQL设置快捷键
    tools->Preferences(首选项)->User Interface->Editor
将editor中的AutoReplace的Enabled选中,同时配置好文件路径 C:\\Program Files (x86)\\PLSQL Developer\\PlugIns\\shortcut.txt  ,自己可以在PlugIns下建立shoutcut.txt文件。

 

编写shortcut.txt文件,  如设置快捷键输入s+空格,即可快速生成select * from。
     s=select * from
     w=where
     u=update
     se=select
     i=insert into
     ob=order by
     gb=group by
     dis=distinct
     li=like \'%%\'
     inn=is not null
     ct=create table
快速执行语句为F8(不打开新窗口),F5(会打开新窗口)

 

以上是关于PL/SQL的快捷键设置的主要内容,如果未能解决你的问题,请参考以下文章

PL/SQL语句快捷输入设置

PL/SQL Developer使用技巧快捷键设置

pl/sql快速输入select * from等语句快捷键设置

pl/sql设置快捷键输入sf+空格出现select * from

PL/SQL Developer 关闭Sql窗口快捷键

PL/SQL使用技巧快捷键