MySQL中怎样定义指定自增长列 种子值和增长量值?mysql> alter table seq_table modify id int(4) unsigned not null primary key auto
_increment)auto_increment=100;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near ')auto
_increment=100' at line 1在网上查到以上方法定义子增长列的种子值,但是也不行,报告上面的错误,另外还没找到怎么样定义增长值,请教!!