可以使用 select into 命令,根据在 select 语句的选择列表中指定的列以及在 where 子句中指定的行来创建新表
例如
select * into app_tr_type_bak from app_tr_type;