Hi Everbody
i am using db2 version 5. i have a requirement of querying based on row numbers.
for instance i might need to write a query, which looks like this
select * from employee_table fetch rows between 30 and 50
can anyone help me on how to achieve this in db2 ver 5
i am using db2 version 5. i have a requirement of querying based on row numbers.
for instance i might need to write a query, which looks like this
select * from employee_table fetch rows between 30 and 50
can anyone help me on how to achieve this in db2 ver 5
Comment