首页 > 数据库技术 > 详细

PL/SQL设置快捷键

时间:2015-07-25 11:54:14      阅读:197      评论:0      收藏:0      [点我收藏+]

PL/SQL常用的快捷方式:

sf= select * from
sr=select t.*,t.rowid from t
sd = select distinct * from
d=delete from
w= where
sc=select count(1) from
u= update

在某一文件夹下新建文本,把以上内容复制,保存,例如:在PLSQL Developer\PlugIns文件夹下新建shortcut.txt。

在PL/SQL中登陆,选择:Tools-->Preferences-->User Interface-->Editor-->AutoReplace

技术分享

点击保存。

 

PL/SQL设置快捷键

原文:http://www.cnblogs.com/flyrain/p/oracle_PLSQL.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!