Introduction to common shortcut keys of mysql database tool Navicat

Navicat shortcut keys:

Ctrl + Q to open the query window

Ctrl + / Comment SQL statement

Ctrl + Shift + / Uncomment

Ctrl + R Run the SQL statement of the query window

Ctrl + Shift + R only run the selected sql statement

F6 Open a mysql command line window

Ctrl + L delete a line

Ctrl + N to open a new query window

Ctrl + W close a query window

Ctrl + D Table data display display page switches to the table structure design page, but the current line is copied when the query page is written to sql

Also just learned about the mysql database and share it with everyone

Published 13 original articles · Likes0 · Visits 1943

Guess you like

Origin blog.csdn.net/Beautifulcoco/article/details/103385000