Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
union_all
/
prq_union_all
/
prqUAllprq_10.q
blob: dcf41e61aa80f5d44b0152cfaf8cde7889742a5c [
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
)
limit
20
;