Mysql auto increment help -
i have table fields id,title,no,url.
i want auto increment id field
the table has 1000 records in already assigned ids
now want auto increament records newly inserted .i do not want auto increment present 1000 records .
is there way can this???
alter table tablename modify id integer (11) auto_increment;
Comments
Post a Comment