is there a way to change the # in an auto_increment column?
I removed two members out of fifteen so I only have thirteen members.
But the last member has an id of 15 instead of 13.
Is there a way to make the auto_increment collumn say 13 instead of 15?
I use a query on the id field which is auto_increment.
thanks