参考: https://jingyan.baidu.com/article/215817f7e1efbb1eda1423ef.html

Tools-> Preferences->User Interface->editor->AutoReplace->Enabled 打钩,Definition file选择一个新建的txt文件(存放在pl/sql的plug In文件夹)-> Edit,输入 sf=select * from ,按enter键添加其他的如 output=dbms_output.put_line('ab');->OK

使用时用 输入sf+空格键即会出现 select * from ;

相关文章:

  • 2021-12-05
  • 2021-08-20
  • 2021-12-15
  • 2022-02-09
  • 2022-01-07
  • 2021-06-28
  • 2021-12-05
猜你喜欢
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2021-05-08
  • 2021-12-05
相关资源
相似解决方案