新建tab(new tab) ctrl+t

格式化sql语句(美化sql语句), ctrl+b

执行当前语句(execute current statement 指的是 光标定位到哪个SQL,每条SQL必须以;结尾) ctrl+enter

执行全部或选中的语句(execute all or selection) ctrl+shift+enter

查看执行计划(explain current statement) ctrl+alt+x

 

相关文章:

  • 2021-11-27
  • 2021-11-27
  • 2022-02-07
  • 2022-02-01
  • 2021-06-21
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-05
  • 2022-02-07
  • 2022-02-07
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案