Chapter 9 SQL Statements
499
♦
SQL/92 Entry level feature. The range of cursors that can be updated
may contain vendor extensions if the ANSI_UPDATE_CONSTRAINTS
option is set to OFF.
♦
Sybase Embedded SQL use is supported by Open Client/Open Server.
Procedure and trigger use is supported only in Adaptive Server
Anywhere.
♦ The following statement removes the current row from the database.
DELETE
WHERE CURRENT OF cur_employee
Standards and
compatibility
Example