Prepared DELETE Statements

The PREPARE statement lets you generate the text of dynamic SQL statements at runtime. When you use PREPARE to generate a positioned deletion, you can omit the FROM table_name clause of the DELETE statement. The table underlying the cursor is assumed.