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
How many databases are there?
What is the role of data manager in the db2 database?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
What is plan in cobol db2?
What is null value in db2?
What are the bind parameters ibm db2?
How to rename a table in DB2 ?
What parameters are used to control the free space in DB2?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
What is table space in db2?
What is multi row fetch in db2?
Explain in detail about buffer manager and its functionalities?
How to access db2 tables in mainframe?
How to create db2 table in mainframe?
can we view the access paths created by dbrm ? how ? thx