Sign in
apache
/
hawq
/
master
/
.
/
src
/
test
/
bench
/
query05
blob: 07050b6cc787de1ad4de4b30313346a22a2a4174 [
file
] [
log
] [
blame
]
select
*
into
table temp_bench
from
tenk1
where
(
unique2
>
301
)
and
(
unique2
<
402
);
drop table temp_bench
;
select
*
into
table temp_bench
from
tenk1
where
(
unique2
>
301
)
and
(
unique2
<
402
);
drop table temp_bench
;