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 is dbrm in db2 database?
Can we update view in db2?
What is the cobol picture clause of the db2 data types date, time, timestamp?
What are types of indexes?
What is universal database?
What kind of database is db2?
What is dbrm? What it contains?
How can you do the explain of a dynamic sql statement?
Before you give the explain statement, what are the prerogatives?
What is a db2 cursor?
What language is db2 written in?
What is access path in db2?
How to compare data between two tables in db2?
What is meant by dclgen?
Why db2 is called db2?