I have 1000 rows in a db2 table.I want to update first 100
records,How do I do it?
Answer Posted / brooks
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
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
How can you do the explain of a dynamic sql statement?
What is the picture clause of null indicator variable?
What is the difference between cursor stability and repeatable read isolation levels?
What is host variable?
what is diffrence b/w file-aid tool and file-aid utility???
What is a storage group (stogroup)?
How do you stop a db2 database in linux?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What do you mean by commit and rollback?
What is phantom read in db2?
What language is db2 written in?
What is buffer pool in the db2 database?
What is the use of db2 optimizer?
What is page size in db2?
Mention data types used in db2 ?