I am currently working on a PHP Forum project. And now, I want to do pagination in my thread lists.
So, I want to know that is there a way to add auto-increment in SQL such that first ten inserts will have an Id of 1 and next ten will have an Id of 2 and so on...