G
Guest
Hi,
I am using an Access database for my website, and I want to be able to show
only a certain number of posts at the time. (For example; 1-10, 11-20, 21-30,
and so on.)
If I use this SQL expression:
SELECT ID FROM Linktable ORDER BY ID DESC;
- is there some way I can get -only- the posts with the "positions" 11 to
20, in that particular expression...? A friend of mine who's used to MySQL
can't find any way to do this, but I think that would be strange.
I hope you understand my description of my problem, and I'm thankful for
every answer!
Best regards
Dacoi
I am using an Access database for my website, and I want to be able to show
only a certain number of posts at the time. (For example; 1-10, 11-20, 21-30,
and so on.)
If I use this SQL expression:
SELECT ID FROM Linktable ORDER BY ID DESC;
- is there some way I can get -only- the posts with the "positions" 11 to
20, in that particular expression...? A friend of mine who's used to MySQL
can't find any way to do this, but I think that would be strange.
I hope you understand my description of my problem, and I'm thankful for
every answer!
Best regards
Dacoi