mysql shortcuts

 

1.ctrl + q open query window
2.ctrl + / comments sql statement
3.ctrl + shift + / lift comment
4.ctrl + sql statement r run the query window
5.ctrl + shift + r to run only selected sql statement
6. F6 to open a mysql command-line window
7.ctrl + l delete a row
8.ctrl + n to open a new query window
9.ctrl + w to close a query window


Author: sodium amide
link: https: //www.jianshu.com/p/3d3ec3983000
Source: Jane books
are copyrighted by the author. Commercial reprint please contact the author authorized, non-commercial reprint please indicate the source.

Guess you like

Origin www.cnblogs.com/yangzihong/p/11897667.html