mysql里面的alter table的步骤 ? ? ? mysql里面的alter?table的步骤是 1:create?table?newtable(含最新的表结构); 2:insert?into?newtable?select?*?from?oldtable; 3:?drop?table?oldtable; 4:?rename?table?newtable?to?oldtable; ? ?
mysql里面的alter table的步骤
?
?
?
mysql里面的alter?table的步骤是
1:create?table?newtable(含最新的表结构);
2:insert?into?newtable?select?*?from?oldtable;
3:?drop?table?oldtable;
4:?rename?table?newtable?to?oldtable;
?
?