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 / saeed
db2 "SELECT EmpNo FROM (SELECT EmpNo, dense_rank() over
(order by EmpNo) RNo FROM office) xyz WHERE RNo >= 100 AND
RNo<=200 "
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are concurrency issues?
Is it possible using max on a char column?
Mention data types used in db2 ?
How does coalesce work?
What action db2 takes when a program aborts in the middle of a transaction?
What is a db2 schema?
What is precompiler in db2?
What is cobol db2?
How do I optimize a query in db2?
What is the maximum No of rows per page?
How can you count the number of rows from a table tab?
How and when does the db2 enforces the unique key?
How can you find out the # of rows updated after an update statement?
what is utility for parm lib
i want to maintain uniqueness on pdf without make lf??????????