tribby
05-05-2001, 05:39 PM
Hi,
I have a MySQL table with a field called 'ID' which is set to auto-increment. Let's say that the current highest id is 150. The next ID that will be added is 151. But if I then delete the entry for 151 with 'DELETE FROM tablename WHERE ID=151', and then another entry is added, the ID is 152, when it shpuld be 151. Does anyone know how I can fix this?
Thanks!
I have a MySQL table with a field called 'ID' which is set to auto-increment. Let's say that the current highest id is 150. The next ID that will be added is 151. But if I then delete the entry for 151 with 'DELETE FROM tablename WHERE ID=151', and then another entry is added, the ID is 152, when it shpuld be 151. Does anyone know how I can fix this?
Thanks!