im trying to do this :
alter table project_info change column number proj_id int not null auto_increment,
add primary key (proj_id);
but mysql tells iv got an error. any help with whats wrong here ? i followed this from head first sql book (page 210 if anyone's interested ) .