I have a table which has thousand of records i want to
fetch only record num 100 to record num 200. Write a query
that satisfies this criteria.(Cant use any keys)
Anyone please reply ASAP!
Answer Posted / sangeeta david
We can make use of Relative record number that is
Select * from Table A where RRN(A) between 100 and 200
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Are view updateable?
What is the difference between spufi and qmf?
What is the reason behind not using select * in embedded sql programs?
What are union and union all?
What are the rules for db2 programming?
What does reorg do in db2?
How to fetch the last row from the table in SQL (db2)?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
What is the maximum size of a char data type in db2?
What is the difference between using bind () and rebind () methods of naming class?
How do you stop a db2 database in linux?
What is dbrm library?
Explain about mirror activator disk mirroring?
How do I copy a table in db2?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected