How do I can select some records on database skipping a number o rows in MS Access.
In MySQL is LIMIT x, y. Firebird is FIRST x SKIP y etc..
No lucky on Google at all =(
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you know how many records you want to skip, then you could do something like this:
Then you could exclude the records that you don’t want.
If you then know the total number of records that you want to return, then you could do the following: