I have a table with an AUTO_INCREMENT primary key. If the last row in the table is deleted, the next-inserted row will take the same ID.
Is there a way of getting My
That's not the way our MySQL databases work, when a record is deleted the next inserted has the next number, not the one that was deleted.