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

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -