| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Ed Carp | Date: | March 12 1999 7:21pm |
| Subject: | Re: AUTO_INCREMENT Limits to 256 records | ||
| View as plain text | |||
>If you want to use the AUTO_INCREMENT feature to give it new values to TicketNumber, >you have to leave this field out. [...] >But if you only substituted the real TicketNumber value through its name, then your dump has two INSERT's with the same TicketNumber >value (which should be = 256). I have also had success setting an auto_increment field to 0.
