Cursors
Other cursor capabilities
- Update: Iterate over a table using a cursor,
update the current row.
- Delete: Iterate over a table using a cursor,
delete the current row.
- Go backward: Move in either direction across the
records provided by a cursor.
- Return a cursor: Create a cursor and return it,
for use elsewhere.
|