sqlserver : create table tab_new like tab_old (使用旧表创建新表) oracle : create table tab_new as select col1,col2… from tab_old