drop new column;
make an import;
create table nw as select id,name from tb;
truncate tb;
add to tb column 'num';
insert into tb select id,name,'value' from nw;
|
Results 1 to 7 of 7
Thread: Not NullThreaded View
|
Click Here to Expand Forum to Full Width |