Sign in
apache
/
hawq
/
master
/
.
/
src
/
test
/
bench
/
query04
blob: e7b4f388185c7a6698463f7e4d256853676b811a [
file
] [
log
] [
blame
]
select
*
into
table temp_bench
from
tenk1
where
(
unique1
>
647
)
and
(
unique1
<
1648
);
drop table temp_bench
;
select
*
into
table temp_bench
from
tenk1
where
(
unique1
>
647
)
and
(
unique1
<
1648
);
drop table temp_bench
;