When using navicat to edit SQL statements, we often need to debug them. Fortunately, navicat provides us with a powerful function. If you want to debug some SQL statements in a piece of code, you can select it and then press the CTRL SHIFT R shortcut key to run the selected code.
Recommended tutorial: navicat graphic tutorial
##Extended information: Common shortcut keys
Ctrl Q, Ctrl N Open query windowCtrl / Comment sql statementCtrl Shift / UncommentCtrl R Run SQL statement of query windowF6 Open a mysql command line windowCtrl L Delete a rowCtrl W Close a query windowCtrl D Table The data display page switches to the table structure design page, but when writing sql on the query page, the current row is copiedThe above is the detailed content of How to quickly run selected rows in navicat. For more information, please follow other related articles on the PHP Chinese website!