Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
union_all
/
prq_union_all
/
plan
/
prqUAllprq_15.q
blob: 192fc98b930bd51abf0add74200035694995c5a1 [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
col_bgint
from
`prqUnAll_0_v`
union
all
select
col_int
from
`prqUnAll_1_v`
)
t limit
0
;