I want to fetch the 10th row of a table which has been
changed.How can I do it without going thru all the rows.
Answer Posted / m4io
DECLARE cursor_name sensitivity SCROLL CURSOR FOR
SELECT ... FROM ...
FETCH ABSOLUTE 10 FROM cursor_name
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
When reorg is used?
List out the buffer pools in db2
How can the duplicate values be eliminated from db2 select?
What is the difference between using bind () and rebind () methods of naming class?
What are catalog tables in db2?
What does db2 mean?
What is the difference between drop table and delete table?
What is database reorganization?
What does reorg do in db2?
What is a db2 tablespace?
How to connect to db2 database from windows command line?
What is a trigger in the db2 database?
Explain various types of locks in db2?
What is dpf in db2?
How to rename a table in DB2 ?