新建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

 

相关文章: