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 ( ... )
For more information about the INSERT command, see “Using the INSERT statement.”
Do not use the Import option on the Interactive SQL Data menu. It is not supported for use with Sybase IQ databases.