select * into table temp from onek;
drop table temp;
select * into table temp from onek;
drop table temp;
