On Fri, Dec 11, 2009 at 6:40 PM, Victor Subervi <victorsube...@gmail.com>wrote:

>
> I'm lost. I set up this database originally with auto_increment and the
> first value was 0. I thought that was always the case. Is there a problem
> here?
>

Yes, that should not have happened. For autoincrement fields, both NULL and
0 are "magic" values to get the next number from the sequence at insert
time.

Reply via email to