Home > Database > navicat > Convenient use of navicat

Convenient use of navicat

autoload
Release: 2021-03-11 15:57:19
forward
5272 people have browsed it

Navicat can support connecting to a variety of databases, and its functions are also relatively powerful.

If you use the built-in database tool of IDEA (I like to use this personally) or the official database management tool of SQL 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 executing SQL (actually just remember this). Here is a summary of some commonly used shortcut keys in Navicat. 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

CTRL NNew ObjectSHIFT CTRL # (# represents 0 to 9) Add favoritesF8Navicat main windowCTRL TAB or SHIFT CTRL TABNext windowF1Description##CTRL F1Table Designer

##Key

Action

Online File

##CTRL OOpen tableCTRL FFind fieldF3Find next fieldSHIFT F3Find Previous FieldTable Viewer or View Viewer
Key

Action

KeysActionCTRL DDesign table or design viewCTRL QQuery table or query viewCTRL FFind textF3Find next textCTRL GGo to lineCTRL Left ArrowThe first data column of the current recordCTRL Right ArrowThe first data column of the current record The last data columnCTRL HOMEThe first data row of the current columnCTRL ENDThe last data row of the current columnCTRL PAGE UP or CTRL up arrowThe first data row of the current windowCTRL PAGE DOWN or CTRL down arrowThe last data row in the current windowCTRL RApply filter in the filter wizardSHIFT ArrowSelect cellsCTRL ENTEROpen the editor to edit dataINSERT or CTRL NInsert recordCTRL DELETEDelete recordCTRL SApply record changesESCCancel record changesCTRL TStop loading data

View or Query

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

##F8Step by stepF7Step by step StatementSHIFT F7Skip

Keys

Action

F9 Run
Report

CTRL O Open the report in report designCTRL PPrint in report designCTRL GGroup in report designPAGE DOWNNext pagePAGE UPPrevious pageENDLast pageHOMEFirst Page ##Model

Keys

Action

##KeyActionCTRL DCreate a new chart in the modelPrint##ESCSelectHMove chart TNew tableVNew viewLNew layerANew labelNNew noteINew imageRNew foreign keyCTRL BDisplay the selected table, view, foreign key or shape in boldCTRL = or CTRL mouse wheel up Zoom inCTRL - or CTRL mouse wheel downZoom outCTRL 0Reset Zoomnavicat

## CTRL P
Recommended:

The above is the detailed content of Convenient use of navicat. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:cnblogs.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template