PL/SQL工具配置

1、快捷操作
D:\PLSQL Developer 9.0.0.1601破解\PlugIns\PlugIns.txt

s=select * from  ;
st = select t.* ,t.rowid from   t ;
sf = select a.* from     a ;
d = delete from     where      ;
u = update   a set a.   where a.   ;
w = where   ;
dbs=dbms_output.put_line(');


2、自动执行光标所在行
找到: preferences -> window types -> sql window - > AutoSelected statement

猜你喜欢

转载自zhanghj07409.iteye.com/blog/1706767