mysql how to add an Id column using auto increment
This post was written by admin on February 9, 2010
Posted Under: portland web design
Posted Under: portland web design
alter table tablename add column id int auto_increment primary key;





