try this

create table targetTableName [(columnname,columnname)] as select columnname,columnname from sourcetablename where 1 = 2

this will create a target table without taking any record.
...