/ Published in: SQL
Expand |
Embed | Plain Text
ALTER TABLE `table_name` AUTO_INCREMENT = 1;
You need to login to post a comment.
ericserrat on 11/13/08
2 people have marked this snippet as a favorite
ALTER TABLE `table_name` AUTO_INCREMENT = 1;
You need to login to post a comment.