View previous topic :: View next topic |
Author |
Message |
icon Beginner
Joined: 10 Jun 2003 Posts: 5 Topics: 2
|
Posted: Wed Jun 22, 2005 7:02 am Post subject: updating unique records using spufi |
|
|
say i have to update 1000 unique records, is there a db2 utility out there that can do this? is there something built into spufi to do this?
update table
set field_2 to aaa
where field_1 = xxx;
i have a file that contains values for aaa and xxx.
my alternatives are:
1) write a cobol program
2) write 1000 iterations of the sql statement
3) others??
tia |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|