Navicat database -Mysql operation of shortcut keys

A, Navicat tips (attached keyboard shortcuts)

1. Sometimes the shortcut keys Ctrl + F search of data when a search is less than, but can sql check out, how is this going?

Ctrl + F can search data on this page, not the page data found less than, navicat default page displays up to 1000 data (this can set up their own: the lower right corner "Limit Record Setting"). In navicat data and more time is paginated, you can press the left / right arrow in the lower right corner to turn on / next page. At this time if the data too much, so flip too much trouble to find this data, or to find out with sql.

 

2. On navicat of a field in ascending or descending order, all the pages are navicat table arrangement in such a page rather than just

 

3. New Query. Sql annotation shortcut keys: Ctrl + / canceled Notes: Shift + Ctrl + /

 

4.Navicat not Find button field names, can only use sql check (not Baidu this problem, personally explored, validated, wanted to use his development this feature)

Query method, see: http: //blog.csdn.net/superit401/article/details/69389714

 

5.navicat arranged in descending or ascending order of the fields will not affect the data in the database sorting, but a change in display data is sequentially navicat front of it.

 

6. The data in the database in accordance with the order of creation time is stored and sorted, checked out of the database (default sort (do not write SQL sort order by), namely ORDER BY CREATE_TIME ASC) List of data into the database and order inside the sequence data is consistent. Navicat in a section of the data shown are the corresponding data creation time from morning to night from the top down. Check out the program (default sort (SQL does not write the sort order by), i.e. ORDER BY CREATE_TIME ASC) in order entity class List are such that the corresponding List element index from small to large, i.e., the larger the index value, this data the later creation time, the database is the corresponding sequence.

 

7. The data contents of the table is switched to the display page page table design: the page display shortcut keys Ctrl + D built in the data table of contents

In contrast to switch back to the data content display page: Ctrl + O

8. The fast switching to the lookup table: display page shortcut keys in the data content Ctrl + Q

 

Select a line shortcuts when sql 8. Editor: mouse triple click the current row

 

9.Navicat shortcuts:

Ctrl + Q to open the query window

Ctrl + / comments sql statement
Ctrl + Shift + / lift comment
Ctrl + R to run a query window sql statement
Ctrl + Shift + R to run only selected sql statement
F6 to open a mysql command-line window
Ctrl + L Delete a row
Ctrl + N to open a new query window
Ctrl + W to close a query window

Ctrl + D data table display page switches to the structural design of the page table, but when writing sql query page is a copy of the current line

 

10. "pound sign" # are comments role
----------------
Disclaimer: This article is the original article CSDN bloggers "ispotu", and follow CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/superit401/article/details/69653517

Guess you like

Origin www.cnblogs.com/sunxiuwen/p/11942509.html