select int4min(unique2) as x into table temp from tenk1;
drop table temp;
select int4min(unique2) as x into table temp from tenk1;
drop table temp;
