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 / satish.klnm
exec sql
select * from table222 where count(*) > 9
end-exec.
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
What is database reorganization?
List out the buffer pools in db2
How to fetch the last row from the table in SQL (db2)?
What is ibm db2 client?
What is the difference between db2 and oracle?
How to connect to db2 database from windows command line?
Are view updateable?
How to find primary key of a table in db2?
What is scrollable cursor in db2?
How can the duplicate values be eliminated from db2 select?
How do I connect my db2 database to ibm?
Are views updateable?
What is db2 command?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
How do you stop a db2 database in linux?