create table tabletemp as select * from owner.table;
//APENAS ESTRUTURA - SEM DADOS
create table tabletemp as select * from table where rowid is null;

hostgator