Greetings !

Suppose I have a table in MySQL Database:

id                    Name
-------------------------
1                      ABC
2                      BBB
3                      CAB

like this id being auto_increment. If I delete all the three records and
start with new then it starts from id 4, while I need it to be started from
1.

Can anyone suggest, how can I achieve this?

Looking forward to hear from you soon.

Warm Regards,
DT


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