Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
union_all
/
prq_union_all
/
plan
/
prqUAllprq_10.q
blob: 93485a0e4519b8fb7660435bcbd9f2c6e09f0d08 [
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
)
limit
20
)
t limit
0
;