You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/0204-run-sql-execution-plan.md
-81Lines changed: 0 additions & 81 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,84 +41,3 @@ This section explains how to run using execution plan of block SQL.
41
41
5. On the execution plan tab, check the tree view.
42
42
43
43

44
-
45
-
## List of SQL Editor Shortcut Keys
46
-
47
-
Shortcut keys in SQL Editor can be customized.
48
-
49
-
### Execution Toolbar
50
-
51
-
| Button | Instruction | Shortcut Keys | Action |
52
-
| --- | --- | --- | --- |
53
-
|| Run SQL | F5 | Run SQL. |
54
-
|| Run Current SQL | Ctrl+Enter. Ctrl+F5 | Run the current SQL that is separated with other SQLs with a separator. |
55
-
|| Run SubQuery block | Alt+F5 | Run the SubQuery block. |
|| Run and Modify Current SQL | F6 | Run current SQL and modify the data on the grid. |
58
-
|| Run Current SQL Execution Plan | F7 | Run current SQL Execution Plan. |
59
-
|| Block SQL Execution Plan | Alt+F7 | Run subquery block SQL Execution Plan. |
60
-
|| SQL History | F8 | Run SQL History. |
61
-
|| Show Grid | F11 | Toggle/Collapse grid. |
|| Move Tabs to Right || Move the tab located at the bottom to the right. |
|| Next Editor | Ctrl+Alt+Right | Move to next Editor. |
74
-
75
-
### File Toolbar
76
-
77
-
| Button | Instruction | Shortcut Keys | Action |
78
-
| --- | --- | --- | --- |
79
-
|| Open File | Ctrl+O | Open file. |
80
-
|| Save as || Save the file with a different name. |
81
-
|| Save | Ctrl+S | Save file. |
82
-
|| Print Preview | Ctrl+P | View the file to see how it will be printed. |
83
-
84
-
### Editor Toolbar
85
-
86
-
| Button | Instruction | Shortcut Keys | Action |
87
-
| --- | --- | --- | --- |
88
-
|| Undo | Ctrl+Z | Undo what has been done. |
89
-
|| Redo | Shift+Ctrl+Z | Redo what has been done. |
90
-
|| Cut | Ctrl+X | Cut to Clipboard. |
91
-
|| Copy | Ctrl+C | Copy to Clipboard. |
92
-
|| Paste | Ctrl+V | Paste to Clipboard |
93
-
|| Paste from the code || Paste from the following codes: Java, C, C#, ASP ,PHP, PB, VB, Delphi. |
94
-
|| Select all | Ctrl+A | Select all contents in the Editor. |
95
-
|| Clear all || Clear all contents from Editor.|
96
-
|| Delete | Del | Delete characters in Editor. |
97
-
|| Find | Ctrl+F | Find within the Editor. |
98
-
|| Find Next | F3 | 찾을 내용 다음 찾기를 실행합니다. |
99
-
|| Find All || 찾을 내용 모두 찾기를 실행합니다.|
100
-
|| Find First || 찾을 내용을 처음부터 찾기를 실행합니다.|
101
-
|| Find Last || 찾을 내용의 마지막 찾기를 실행합니다. |
102
-
|| Replace | Ctrl+R | Find and replace the contents. |
|| Indent || Indent where the cursor is placed. |
106
-
|| Decrease Indent | Shift+Tab | Decrease indent where the cursor is placed. |
107
-
|| Uppercase | Ctrl+U | Turn characters into uppercase on which the cursor is placed. |
108
-
|| Lowercase | Ctrl+L | Turn characters into lowercase on which the cursor is placed. |
109
-
|| Change Case || Change case on which the cursor is placed. |
110
-
|| Capitalize | Ctrl+I | Capitalize the first letter of the selected sentence. |
111
-
|| Goto Line | Ctrl+G | Place the cursor on the line to move. |
112
-
|| Word Wrap || Toggle/Collapse word wrap. |
113
-
|| Show Blanks/Tab characters/Carriage Returns || Show Blanks/Tab characters/Carriage Returns. |
|| SQL Convert || Convert SQL into the following codes: Delphi, VB, C#, ASP, PHP, JSP, Java, C. |
116
-
117
-
118
-
### Format Toolbar
119
-
120
-
| Button | Instruction | Shortcut Keys | Action |
121
-
| --- | --- | --- | --- |
122
-
|| Set Background Color || Set background color for the selected characters. |
0 commit comments