I have 1000 rows in a db2 table.I want to update first 100
records,How do I do it?
Answer Posted / sireesha
SELECT * FROM TABLE WHERE COUNT(*) = 100;
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is explain in db2?
What is the cobol picture clause of the db2 data types date, time, timestamp?
What type of database is db2?
How to create backup table in db2?
Explain package in db2 and its advantages?
What is copy pending and check pending in db2?
What is dbrm in db2 database?
Why select is not preferred in embedded sql programs?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
Explain the function done by data manager?
What is difference between alias and synonym in db2?
What are the two types of logging in the db2 database? Explain them.
What is db2? Explain.
Why cursor is used in db2?
Why do we need reorg in db2?