@ 테이블을 생성하면서 데이터 복사
create table 새로생성할테이블명  as select * from  원본테이블

@ 테이블이 있고 데이터만 가져오기
insert into 목표테이블 select * from 원본테이블

비슷한 내용 mssql 포스팅  http://priceless.tistory.com/177
Posted by Taoist
,