|
View previous topic :: View next topic
|
| Author |
Message |
naveensrimf
New User
Joined: 04 Oct 2005 Posts: 34
|
|
|
|
| How to Insert multiple Rows into Db2 table by using Cursors? Could you please explain with examples. |
|
| Back to top |
|
 |
dbzTHEdinosauer
Global Moderator

Joined: 20 Oct 2006 Posts: 6965 Location: porcelain throne
|
|
|
|
naveensrimf,
using a cursor on the table which would have rows inserted?
cursors are used for select, update, delete.
go back to the manuals (links top of page - since you obviously have done no research)
and give me any example of INSERT CURRENT CURSOR |
|
| Back to top |
|
 |
dick scherrer
Moderator Emeritus

Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
| Quote: |
| How to Insert multiple Rows into Db2 table by using Cursors? |
If i understand the question, you don't. . . No explanation is needed . . .
Might you possibly be thinking of a multi-row insert? At the top of the page is a link to "IBM Manuals". Suggest you read about this in the manual for your release of db2. |
|
| Back to top |
|
 |
|
|