Re: auto_increment "update"

2001-06-15 Thread Paul DuBois
At 10:39 AM +0200 6/15/01, Sven Huster wrote: >On Thu, Jun 14, 2001 at 07:30:01PM -0500, Paul DuBois wrote: >> *This message was transferred with a trial version of CommuniGate(tm) Pro* >> At 1:36 AM +0200 6/15/01, Sven Huster wrote: >> >Hi there >> > >> >can i somehow easily recreate the aut

Re: auto_increment "update"

2001-06-15 Thread Sven Huster
On Thu, Jun 14, 2001 at 07:30:01PM -0500, Paul DuBois wrote: > *This message was transferred with a trial version of CommuniGate(tm) Pro* > At 1:36 AM +0200 6/15/01, Sven Huster wrote: > >Hi there > > > >can i somehow easily recreate the auto_increment col if is was not > >correctly set? > >i just

Re: auto_increment "update"

2001-06-14 Thread Paul DuBois
At 1:36 AM +0200 6/15/01, Sven Huster wrote: >Hi there > >can i somehow easily recreate the auto_increment col if is was not >correctly set? >i just recognized that most rows contain "1" cause the primary key was >set >on the auto_increment col + another one. >so mysql only creates a entry > 1 if

auto_increment "update"

2001-06-14 Thread Sven Huster
Hi there can i somehow easily recreate the auto_increment col if is was not correctly set? i just recognized that most rows contain "1" cause the primary key was set on the auto_increment col + another one. so mysql only creates a entry > 1 if the other field was equal to another row. thanks reg