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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -