Creating a DELETE statement
To create the example SQL DELETE statement
DELETE FROM EMPLOYEE
WHERE STATUS = 'RETIRED'
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 DELETE statement to be created in.
c. From the Query pull-down menu, select Create > DELETE.
2. On the DELETE Details window, do the following:
b. Select Apply.
Last modified date: 01/29/2015