Hello,
If I use a TOP 10 query to get the top 10 results from a table, can I somehow retrieve the next 10 results in the list w/o too much trouble? I could count the records and then use a TOP "whatever" percent, I think. Is there any easier way to do this? I can't seem to find the answer.
Thanks.
If I use a TOP 10 query to get the top 10 results from a table, can I somehow retrieve the next 10 results in the list w/o too much trouble? I could count the records and then use a TOP "whatever" percent, I think. Is there any easier way to do this? I can't seem to find the answer.
Thanks.