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