Instead of automatically adding the ID number after the last highest ID number, how can I:
Automatically add the next available blank in sequence.
ie
I have a table with the following ID's that are taken
1,2,5,9
Instead of auto incrementing so the next one is 10, I'd like to know if possible I can automatically make the next ID 3.
I have many ID's that need filling before I start adding more to the end.