I have a table which has thousand of records i want to
fetch only record num 100 to record num 200. Write a query
that satisfies this criteria.(Cant use any keys)
Anyone please reply ASAP!
Answer Posted / mysterious
is it row number that u are looking for?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we retrieve the total number of records in RPG & CLLE?
What is consistency token in db2?
What is dbrm in db2 database?
What is the maximum No of rows per page?
Why db2 is called db2?
What are host variables in db2?
What is db2 optimizer?
How do I add a column in db2?
What is buffer pool?
Differentiate between cs and rr isolation levels? Where do you specify them?
What does reorg do in db2?
What is a system catalog table in db2?
What is ibm db2 database?
How do I add a column to a table in db2?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.