SQLyog Enterprise commonly used shortcut keys

https://blog.csdn.net/yin_jw/article/details/24731185

 

1. SQL format

SQL F12 format where the current line

Ctrl + F12 format selected SQL

Shift + F12 all SQL format

 

2. window operation

Ctrl + T to open a new query window

Alt + L to close the current query window

Ctrl + Shift + C will select line comment

Ctrl + Shift + R to remove the selected line comments

Ctrl + Enter Code Completion

 

3. query execution operations

F8 current line SQL, and allows you to edit the query structure

F9 to execute the current SQL line

Ctrl + F9 to perform the selected row SQL

Shift + F9 to perform all SQL

4. Generate SQL statements

Alt + Shift + I generate a table of the currently selected Insert statement

Alt + Shift + U Update statement to generate the current selected table

Alt + Shift + D to generate the current table is selected Delete statement

Alt + Shift + S to generate the current Select statement select list

 

The display / hide
Ctrl + 1 Show / Hide Object Browser
Ctrl + 2 show / hide the results panel
Ctrl + 3 Show / Hide query window

 

6. Other

Ctrl + PgUp switched to a label
Ctrl + PgDown to switch to the next label
 

Guess you like

Origin blog.csdn.net/lppl010_/article/details/90747188