Navicat
can support connecting to a variety of databases, and its functions are also relatively powerful.
If you use the built-in database tool ofIDEA
(I like to use this personally) or the official database management tool ofSQL Server
, you will find that there are differences in usage. , the difference is mainly in the use of shortcut keys (other menu options are almost fool-proof), especially the shortcut keys for executingSQL
(actually just remember this). Here is a summary of some commonly used shortcut keys inNavicat
. The main advantage of using shortcut keys is that you free your right hand and do not have to switch back and forth between mouse and keyboard values (this is very annoying).
Navicat main window
Keys |
Action |
CTRL G | Set location folder |
CTRL # (# represents 0 to 9) | Open object window from favorites list |
F6 | Command line interface |
CTRL H | Historical log |
CTRL Q | New query |
F12 | Display only Active Object |
Regular
##Key |
Action |
New Object | |
Add favorites | |
Navicat main window | |
Next window | |
Description | |
Online File |
Key |
Action | ##CTRL O
CTRL F | |
F3 | |
SHIFT F3 | |
View or Query
CTRL Q | |
CTRL F | |
F3 | |
CTRL G | |
CTRL Left Arrow | |
CTRL Right Arrow | |
CTRL HOME | |
CTRL END | |
CTRL PAGE UP or CTRL up arrow | |
CTRL PAGE DOWN or CTRL down arrow | |
CTRL R | |
SHIFT Arrow | |
CTRL ENTER | |
INSERT or CTRL N | |
CTRL DELETE | |
CTRL S | |
ESC | |
CTRL T | |
Key |
Action |
CTRL O | Load view or load query |
CTRL / | Comment line |
SHIFT CTRL / | Uncomment the line |
CTRL E | View Definition or Query Editor |
CTRL R | Run |
SHIFT CTRL R | Run the selected |
F7 | Run a statement from here |
CTRL T | Stop |
SQL Editor
Key |
Action |
CTRL F | Find text |
F3 | Find next text |
CTRL = or CTRL mouse wheel up | Zoom in |
CTRL - or CTRL mouse wheel down | Zoom out |
CTRL 0 | Reset zoom |
Debugger
Keys |
Action |
F9 | Run |
Step by step | |
Step by step Statement | |
Skip |
Keys |
Action |
Open the report in report design | |
Print in report design | |
Group in report design | |
Next page | |
Previous page | |
Last page | |
First Page |
## CTRL P | |
##ESC | Select |
H | Move chart |
T | New table |
V | New view |
L | New layer |
A | New label |
N | New note |
I | New image |
R | New foreign key |
CTRL B | Display the selected table, view, foreign key or shape in bold |
CTRL = or CTRL mouse wheel up | Zoom in |
CTRL - or CTRL mouse wheel down | Zoom out |
CTRL 0 | Reset Zoom |
Recommended: | navicat
The above is the detailed content of Convenient use of navicat. For more information, please follow other related articles on the PHP Chinese website!