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 declare cursor?
What is db2 look?
What is db2 command?
How is the value function used?
What is a buffer in memory?
What does db2 blu stand for?
Which components manage deadlocks in db2?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What is the physical storage length of timestamp data type?
Explain about mirror activator disk mirroring?
How to view db2 table structure?
What is the use of value function?
How does coalesce work?
What is sqlca’s maximum length?