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
What is reorg and runstats in db2?
What is bind and rebind in db2?
What is a page in db2?
can we view the access paths created by dbrm ? how ? thx
What are db2 tables?
Outputs of explain are with matchcols = 0. What does this signify?
What is db2?
How to execute stored procedures?
What is cursor with hold option in db2?
What is a buffer in memory?
How do you eliminate duplicate values in db2?
Which are the db2 tools to protect integrity of the database?
What is the syntax for seeing the columns and data types of a table in the db2 database?
How to get the ddl of a table in db2?
How do I import data from excel to db2?