create table newtable as select * from oldtable 数据一起复制
create table newtable as select * from oldtable where 1=2 复制空表
inster into newtable select * from oldtable; 旧表插入新表
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29065182/viewspace-1146792/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/29065182/viewspace-1146792/