Suppose I have 1000 rows in a db2 table. I want to update first 100 records, How do I do it?

Submitted by: Administrator
is there identity column in this table, for example, if
there is a column indexnum int(supposed start from 1), you
can use the Update Table Set XXX=XXX where indexnum < 101
Submitted by: Administrator

Read Online IBM MainFrame Job Interview Questions And Answers