Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
union_all
/
prq_union_all
/
plan
/
prqUAllprq_8.q
blob: 48d25b0d2c627fa9a56645478d6366071c131a4c [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
*
from
(
select
col_boln
from
`prqUnAll_0_v`
union
all
select
col_boln
from
`prqUnAll_1_v`
)
tmp
where
tmp
.
col_boln
in
(
true
,
false
)
limit
20
)
t limit
0
;