Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
union_all
/
prq_union_all
/
plan
/
prqUAllprq_34.q
blob: 51b057d667f7d015a145551b828b771b1df5f53b [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
min
(
col_date
)
from
(
select
col_date
from
`prqUnAll_0_v`
union
all
select
col_date
from
`prqUnAll_1_v`
)
tmp
)
t limit
0
;