当前位置:首页 > PHP教程 > PHP总结归纳

MYSQL里面的ALTERTABLE的方法

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;

.syntaxhighlighter{padding-top:20px;padding-bottom:20px;}

【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!