Hi
I currently have a database which contains 3000 records. What I want to do is, I want to extract only 2500 records out of this 3000. I know I can select the top 2500 with SQL SELECT TOP statement, but is there a way for me to select, let's say records 1-500 and 1001-3000?
Thanks!
I currently have a database which contains 3000 records. What I want to do is, I want to extract only 2500 records out of this 3000. I know I can select the top 2500 with SQL SELECT TOP statement, but is there a way for me to select, let's say records 1-500 and 1001-3000?
Thanks!