Database Guide : Database Help : Database windows and dialogs : Creating an INSERT statement
Creating an INSERT statement
To create the example SQL INSERT statement
INSERT INTO EMPLOYEE
(AGE, CITY, JOBCODE, NAME, STATE, STATUS)
VALUES (:AGE, :CITY, 34, :CUSTNAME, :STATE, NULL)
do the following:
1. On the SQL Statement - Settings window, do the following:
a. In the Connection alias field, select the connection specification for the database that contains the EMPLOYEE table.
b. In the Access set field, select the access set you want the INSERT statement to be created in.
c. From the Query pull-down menu, select Create > INSERT.
2. On the INSERT Details window, do the following:
b. Select Apply.
Last modified date: 01/29/2015