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