|
|
| Author |
Message |
pkmurali Warnings : 1 Active User
Joined: 15 Dec 2005 Posts: 58
|
|
|
|
Dear all,
Like to have a discussion with Declare cursor. I am declaring a cursor for an table with order by clause and using For update of columns of the table.
How the cursor will be declared? Order by clause sorts the columns by condition if so whether it is possible to declare with these combinations? if not why?
Regards,
Murali. |
|
| Back to top |
|
 |
References
|
Posted: Fri Jul 04, 2008 3:41 pm Post subject: Re: For The Update of in Declare Cursor with Order By..... |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1388 Location: germany
|
|
|
|
| that is what the documentation says. use links at the top of the page to access any db2 programmers guide. |
|
| Back to top |
|
 |
|
|