|
There are 3 ways to execute a query in the Query Editor.
Before you can use any of these methods you must first enter a query in the editor.
NOTE: You can use the Query Builder to create your query.
| 1. | Just click the execute button or use the execute query shortcut which by default is CTRL+E. Doing so will execute all the queries that are properly terminated with a semi colon. |
| 2. | Highlighting/blocking the text will cause just the blocked text to be executed. |

| 3. | And finally you can put the cursor on a query that is separated by blank lines and hit CTRL+ENTER . |
|