Alter Auto_increment Code Example


Example 1: auto_increment mysql

ALTER TABLE User AUTO_INCREMENT = 1;

Example 2: alter table auto_increment

ALTER TABLE ALLITEMS CHANGE itemid itemid INT(10)AUTO_INCREMENT PRIMARY KEY;

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?