plsql developer快捷输入

2025-10-09 12:53:21

1、打开plsql developer,点击 工具栏(tools)->首选项(preferences)

plsql developer快捷输入

2、打开设置界面,在左边栏,用户界面(user interface)功能区选择“编辑器(editor)”,右面工作区切换,选择“自动替换(AutoReplace )”,点击“编辑(Editor)”

plsql developer快捷输入

3、输入常用的快捷方式,如 

s=select * from

ss=select a.*,rowid from

se=select

fu= for update;

w=where

u=update

cp=create or replace procedure

ct=create table

cts=create table    as select * from

sc=select count(1) from

i=insert into

ob= order by

gb= group by

dis=distinct

cc=count(1)

li=like '%%'

inn=is not null

...

点击保存

4、在sql窗口,就可以使用刚才定义的快捷输入,如输入's',然后按空格,则自动会生成'select * from',提高了输入效率。

plsql developer快捷输入

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢