Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

cursors in db2

In Db2, an application program uses a cursor to point to one or more rows in a set of rows that are retrieved from a table. You can also use a cursor to retrieve rows from a result set that is returned by a stored procedure. Your application program can use a cursor to retrieve rows from a table.
https://www.youtube.com/watch?v=1f-MbdjytNg
 
PREVIOUS NEXT
Tagged: #cursors
ADD COMMENT
Topic
Name
7+6 =