Here is how to change the auto increment value to say 10 on the table ‘test’:
ALTER TABLE test AUTO_INCREMENT 1;
Here is how to change the auto increment value to say 10 on the table ‘test’:
ALTER TABLE test AUTO_INCREMENT 1;
No comments yet.
RSS feed for comments on this post. TrackBack URL