备份数据库

Posted dashazia

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了备份数据库相关的知识,希望对你有一定的参考价值。

    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


以上是关于备份数据库的主要内容,如果未能解决你的问题,请参考以下文章