You can write your own insert query by using SQL statements.
To create an insert query, use the SQL INSERT statement. The syntax of the INSERT statement is:
INSERT INTO tablename VALUES (value1, value2, value, ...)
Where:
To write an insert query:
RESET QUERY (LANGUAGE=SQL
The SQL query panel displays.
If you do not specify data for a column, QMF adds a null value.
QMF adds the new row to the table.
Repeat these steps to add additional rows to the table.