Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
union_all
/
prq_union_all
/
prqUAllprq_8.q
blob: c8910849921c33b5bff60e6b4f6a7967680e615d [
file
] [
log
] [
blame
]
select
*
from
(
select
col_boln
from
`prqUnAll_0.parquet`
union
all
select
col_boln
from
`prqUnAll_1.parquet`
)
tmp
where
tmp
.
col_boln
in
(
true
,
false
)
limit
20
;