I knew that if record at the Largest number of index being delete, the
number will be reused, but i have a question:
what happen if i delete the record which the index number is between the
largest and the smallest, let say "i have 3 records within my table, by some
reason, i got to delete the re
If the colum is set to unique, it will fill in 2. If not, it'll
automatically goto 4 (or vice versa if I'm mistaken).
> -Original Message-
> From: Jack [mailto:[EMAIL PROTECTED]]
> Sent: November 23, 2001 7:46 AM
> To: Mysql List
> Subject: Question on auto_incre
Alex Dowgailenko writes:
> If the colum is set to unique, it will fill in 2. If not, it'll
> automatically goto 4 (or vice versa if I'm mistaken).
>
> > I knew that if record at the Largest number of index being delete, the
> > number will be reused, but i have a question:
> > what happen if i