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
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is db2 plan table?
What are packages in db2?
Explain db2.
What is db2?
How can we retrieve the total number of records in RPG & CLLE?
What is package in db2 mainframe?
Are view updateable?
How do I import data from excel to db2?
What are concurrency issues?
What is the connection string to connect to the DB2 Database ?
What are host variables in db2?
What is difference between rollback and commit?
Mention some fields that are a part of sqlca.
What is node in db2?