On 28.02.2001 16:03:57 Gerald L. Clark wrote:

> But the dump who't have it set to zero, so it will reload with its
> proper value.

No, in the dump the column will be set to zero, but since "INSERT INTO Tbl
(AutoCol) VALUES (0)" means that AutoCol should be set to the next available
value (if AutoCol is auto_incrementing), the row will *NOT* have AutoCol set to
0, but to something else.




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to