Collection Contents Index Displaying data Running command files pdf/chap5.pdf

First Guide to SQL Anywhere Studio
   PART 2. Getting Results with SQL Anywhere Studio
     CHAPTER 5. Using Interactive SQL       

Function keys


Interactive SQL uses some function keys and special keys as follows:

Function key

Description

f1

Help

f5

Move data to the left by one column in the data window

shift+f5

Move data to the left by one character

f6

Move data to the right by one column

shift+f6

Move data to the right by one character

f7

Display a list of the tables in the database. The cursor up and down keys can be used to scroll through the table names changing the highlighted table name. With the list displayed, pressing enter will insert the current table name into the command window at the cursor position. The f7 key can be used while the table list is displayed, and a list of columns will be displayed for the highlighted table. Again, enter can be used to select the highlighted column name and put it into the command window at the cursor position.

f9

Execute the command that is in the command window. This operation can also be performed with the mouse by clicking Execute.

f10

Activate the menus

pgup

Move data up a page

pgdn

Move data down a page

ctrl+pgup

Move to top of data

ctrl+pgdn

Move to bottom of data

Top of page  Function keys for UNIX Interactive SQL

Interactive SQL on UNIX may be run on a variety of terminals. Some terminals prevent the Interactive SQL utility from distinguishing the Alt and Esc keys, and the function keys. This section describes alternatives in these situations.

Top of page  

Collection Contents Index Displaying data Running command files pdf/chap5.pdf