Jump to content

[SOLVED] mysql auto increment


sungpeng

Recommended Posts

and can tip me if 75, 76, 78 ,79 is occupied, I want the new entry to insert into 77 empty row, is it possible from php. If like that increment, it can go up to 10000.

Autoincrement does not work in this way, it doesn't look for the gaps, but simply adds 1 to the last value it used... if a record with that key already exists (it shouldn't if you're using it properly) then you'll get an error on insert.

 

But it shouldn't be necessary to have a set of IDs without any gaps, so why are you so worried about this

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.