Re: auto_increm, forced step back

2005-02-15 Thread SGreen
Gaspar Bakos <[EMAIL PROTECTED]> wrote on 02/15/2005 04:28:26 PM: > Hi, > > My understanding is that with mysql >= 3.23 versions the last value of > an auto_increm column is stored, thus even if records are deleted, when > a new one is inserted (as NULL), values will not be re-used. > This is a f

auto_increm, forced step back

2005-02-15 Thread Gaspar Bakos
Hi, My understanding is that with mysql >= 3.23 versions the last value of an auto_increm column is stored, thus even if records are deleted, when a new one is inserted (as NULL), values will not be re-used. This is a fine attribute, but is there any way to override it? That is, to bump back the c