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 / kumar
try this one.....
select * from emp where count(*) > 100 and count (*) < 200;
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
What is dbrm library?
What is rct?
When do you specify the isolation level?
What is the use of with ur in db2?
What is cobol db2?
What is db2 bind?
What is the difference between db2 and oracle?
What is load utility in db2?
Is it possible using max on a char column?
What are db2 objects?
What is database alias db2?
What is check constraint in db2?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
Define data page.
What does db2 stand for?