Sign in
apache
/
hawq
/
master
/
.
/
src
/
test
/
bench
/
query19
blob: c75ab3fd46ddc9157fb84f3ed7575ef403f3ff28 [
file
] [
log
] [
blame
]
select
*
into
table temp_bench
from
onek
;
drop table temp_bench
;
select
*
into
table temp_bench
from
onek
;
drop table temp_bench
;