Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:sql:statements:delete:home [2010/07/02 18:12]
tdo
dev:sql:statements:delete:home [2016/06/28 22:38] (current)
Line 13: Line 13:
       [ WITH options ]       [ WITH options ]
    
- 
 ===== Discussion ===== ===== Discussion =====
  
-== tablespec ​==+== table_spec ​==
  
 Required. table is the name of the table in the database that contains the rows to be deleted. Required. table is the name of the table in the database that contains the rows to be deleted.
Line 26: Line 25:
 CURRENT - Delete only the current row. CURRENT - Delete only the current row.
  
-== [ON [CURSOR] ​cursor] ==+== [ON [CURSOR] ​cursor_no] ==
    
 Optional. The cursor on which to perform the delete. If omitted, the delete will be performed on the current cursor. Optional. The cursor on which to perform the delete. If omitted, the delete will be performed on the current cursor.
 
Back to top
dev/sql/statements/delete/home.1278094343.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)