Oracle-怎么在表的特定位置增加列

create table tmp as select ID,UserName,RealName,Sex,Tel,Addr from tabName;
drop table tabName;
rename tmp to tabName;
add Constraints,index,comments……

posted @ 2020-05-15 09:25  马踏飞燕Beautiful  阅读(1524)  评论(0)    收藏  举报