posted 16 years ago
hi Jeanne , thank you for above post
i referred above link,
select *
from table
where rownum between 1 and 5;
it's working, but i need query like below
select *
from table
where rownum between 2 and 5;
it's not working.
could help me to make that query without using Top-N & Inner Query
----------------------------
[ June 04, 2008: Message edited by: Karthikeyan Ramaswamy ]