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 bufferpool in db2?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
Define sqlca.
How do you eliminate duplicate values in db2?
How do I connect my db2 database to ibm?
How to retrieve rows from a db2 table in embedded sql?
What is runstats db2?
How do I delete a column in db2?
What are the different types of base tables?
What is null indicator in db2?
How do I import data from excel to db2?
define clustering index.
What is plan in cobol db2?
What is a trigger in the db2 database?
What is nvl in db2?