adamski
10-06-03, 21:01
| Was just wondering if anyone knew how to execute a pervasive statement with a syntax similar to a mysql query of SELECT * FROM table LIMIT x,y i want to query starting from row x with a limit of y results. I looked into TOP but it seems it will only limit the number of results and not the starting row. |