DB2、Mysql
create table T37_PARTY_RESULT20181224 like T37_PARTY_RESULT
insert into T37_PARTY_RESULT20181224 select * from T37_PARTY_RESULT
=================================================================
Oracle
create table T37_PARTY_RESULT20181224 as select * from T37_PARTY_RESULT
原文:https://www.cnblogs.com/dashazia/p/11251972.html