Sign in
apache
/
hawq
/
master
/
.
/
src
/
test
/
bench
/
query20
blob: db7568dff76200f66a8c19aec67cb0cd5aac459b [
file
] [
log
] [
blame
]
select
min
(
unique2
)
as
x
into
table temp_bench
from
tenk1
;
drop table temp_bench
;
select
min
(
unique2
)
as
x
into
table temp_bench
from
tenk1
;
drop table temp_bench
;