On or about Mon, Jul 15, 2002 at 04:03:41PM +0100, Mark Fowler typed:
>Without starting a massive database war, is there anyway to get mysql to 
>forget about autoincremented values.

IME the way MySQL generates an auto-increment value is to
SELECT MAX(value)+1. So deleting the values should be enough.

R

Reply via email to