create table tablename( ID int not null auto_increment, Name varchar(255) not null, primary key(ID) )auto_increment=100;