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