bono_head
03-26-2004, 05:44 AM
I kind of like this forum, and I wonder about one thing. I know this is maybe not the correct forum.But I try anyway...
I have a table with auto_increment not null primary key which adds up every time I insert something. Problem is that I also delete stuff for exameple
delete * from thistable where id_primkey like "04". then row 4 is empty.
What i want to do is that the next time I insert something, it checks and find the next empty place, and inserts it there.
My explanation and english is not so good, so I hope you understand what I am trying to do...
-b-
I have a table with auto_increment not null primary key which adds up every time I insert something. Problem is that I also delete stuff for exameple
delete * from thistable where id_primkey like "04". then row 4 is empty.
What i want to do is that the next time I insert something, it checks and find the next empty place, and inserts it there.
My explanation and english is not so good, so I hope you understand what I am trying to do...
-b-