|
Hey guys I am working on a project and I am a little stuck, hopefully you can give me a hand.
Can MySQL reuse empty auto_increment values without reordering existing ones?
i.e. Values 1 2 3 and 4 exist, but 3 is deleted, have next record be inserted into row 3 and not row 5.
|