lakshmivaragan
Programmer
Hi,
Is there any way to get a range of rows from a table.
For e.g to get rows 10 to 15 from a table ?
(ROWNUM is no good. Since > wont work with ROWNUM. We cant have query like this
SELECT * FROM EMP WHERE ROWNUM > 10 and ROWNUM < 15
)
Is there any other way ???
Regs
Lax
Is there any way to get a range of rows from a table.
For e.g to get rows 10 to 15 from a table ?
(ROWNUM is no good. Since > wont work with ROWNUM. We cant have query like this
SELECT * FROM EMP WHERE ROWNUM > 10 and ROWNUM < 15
)
Is there any other way ???
Regs
Lax