The following list is the quick reference to some common shortcut keys provided to quickly accomplish tasks that are performed frequently within the Editor panes.
Function |
Shortcut Keys |
Delete next word |
CTRL+DELETE |
Delete previous word |
CTRL+BACKSPACE |
Delete next character |
DELETE |
Delete previous character |
BACKSPACE |
Delete current line |
CTRL+Y |
Highlight a word |
SHIFT+CTRL+LEFT or RIGHT ARROW |
Highlight a character |
SHIFT+LEFT or RIGHT ARROW |
Cursor forward a word |
CTRL+RIGHT ARROW |
Cursor backward a word |
CTRL+LEFT ARROW |
Insert mode |
INSERT |
Bring up Member Lookup |
CTRL+SPACEBAR |
Bring up Argument Lookup |
SHIFT+CTRL+SPACEBAR |
Comment |
SHIFT+CTRL+C |
Uncomment |
SHIFT+CTRL+N |
Indent |
SHIFT+CTRL+I |
Outdent |
SHIFT+CTRL+O |
Uppercase |
SHIFT+CTRL+U |
Lowercase |
SHIFT+CTRL+L |
Quick Find |
CTRL+Alt+F |
Find |
CTRL+F |
Find Next |
F3 |
Replace |
CTRL+Alt+R |
Go to Line |
CTRL+Alt+G |
Select All |
CTRL A |
Cut |
CTRL X |
Copy |
CTRL C |
Paste |
CTRL V |
Undo |
CTRL Z |
Save |
CTRL S |
Performance improvement could be obtained through the SQL Optimizer window by transforming the SQL syntax into equivalent statements with different query plans.
If you are in a module that has a SQL Text pane, you can send a SQL statement to the SQL Optimizer.
To send a SQL statement to the SQL Optimizer and automatically start the optimization process
The SQL Optimizer only supports a single SELECT, SELECT INTO, INSERT, UPDATE or DELETE SQL statement.
When you optimize a SQL statement, create a temp table, or execute a SQL statement, you must have the right database selected and your logon must have access to the tables used in the SQL statement.
In the bottom left corner of the main window are find two drop-down lists: one for databases and the other for users. Select the appropriate database and user. This is equivalent to perform a USE and SETUSER commands.
You receive the following warning message if your current database and user do not match the one previously used to retrieve the query plan of the SQL statement. Click Yes to have the database and user automatically changed for you and continue with the optimization process.
"Your current connection is not the same as the scanned SQL statement. Do you want to change the database to 'database_name' and user to 'username' now to continue with the optimization?
If the SQL statement is used within a cursor declaration the SQL for cursor checkbox is automatically selected.
If the SQL statement uses a temporary table and the SQL Scanner found the CREATE TABLE or SELECT INTO statement for creating the table, then the User-Defined Temp Table window is automatically opened and the DDL for creating and populating is entered ready for you to execute it.
SQL statements can be executed in the SQL Worksheet. If you are in a module that has a SQL Text pane, you can copy a SQL statement to the SQL Worksheet.
To copy a SQL statement to the SQL Worksheet
Select the SQL statement you want to execute.
Click Copy to SQL Worksheet .
The selected SQL statement is copied to Editor pane of the SQL Worksheet window.
© ALL RIGHTS RESERVED. Nutzungsbedingungen Datenschutz Cookie Preference Center