13.21 DELETE Statement Extension
The PL/SQL extension to the where_clause
of the SQL DELETE
statement lets you specify a CURRENT
OF
clause, which restricts the DELETE
statement to the current row of the specified cursor.
For information about the CURRENT
OF
clause, see "UPDATE Statement Extensions".
See Also:
Oracle Database SQL Language Reference for the syntax of the SQL DELETE
statement