Jump to content

MYSQL auot increment


skwap

Recommended Posts

thats because auto increment will never reuse the same increment twice - it enforces referential integrity.

you can reset it by using truncate but that will remove ALL of the data from the table.

 

this is true, you can however manually set a records ID to one that doesn't exist.

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.