create table tbla (clmn1 类型1, ... ,clmnn,类型n);insert into tbla select * from tblb;(前提条件是:tblb 的列类型 与tbla的对应列类型相同)