Interactive Data Imports

If you are inserting small quantities of data, you may prefer to enter it interactively through Interactive SQL, using the INSERT statement.

For example, you can insert listed values a single row at a time with the following command:

INSERT INTO T1 
VALUES ( ... )
Note: Do not use the Import option on the Interactive SQL Data menu. It is not supported for use with SAP Sybase IQ databases.