MySQL incrementing value Is there a way to make a value increment with every insert if having multiple inserts? (I dont speak of the primary key that autoincrements) Lets say I have a structure like this: |ID_PRODUCT|ID_CATEGORY|NAME|POSITION| So I have individual product ids, each produt belongs to a category and has a different position in this category. I want to do something like this: INSER..