Loading

Sunday, April 17, 2005

Alter table auto_increment examples

ALTER TABLE tbl_name AUTO_INCREMENT = 100
will start your records at 100

ALTER TABLE tbl_name AUTO_INCREMENT = 1000
will start your records at 1000

SHARE TWEET

Thank you for reading this article Alter table auto_increment examples With URL http://x-tutorials.blogspot.com/2005/04/alter-table-autoincrement-examples.html. Also a time to read the other articles.

0 comments:

Write your comment for this article Alter table auto_increment examples above!