Hi,

on my database I have create a table with an ID like this:

CREATE TABLE test {
        id INT(10) unsigned NOT NULL default '0' AUTO_INCREMENT,
        another INT(10)
};

and now I have inserted some values - the ID that would be inserted starts
at 1, but I need a ID with 0.

How can I set a ID with 0?


Best regards

Conny Kreyßel

INTER-FORUM Systemhaus GmbH
Sommerfelder Str. 120
04316 Leipzig
Germany

Tel.:  +49-341-25 92 00
Fax :  +49-341-25 92 020
WWW :  http://www.inter-forum.de/
eMail: mailto:[EMAIL PROTECTED] 

---------------------------------------------------------------------
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