Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
union_all
/
prq_union_all
/
prqUAllprq_32.q
blob: 3c2246eaa7808a87c237a59d762efbd5f936fc7c [
file
] [
log
] [
blame
]
select
col_date
from
`prqUnAll_0.parquet`
where
col_date
=
'1954-01-06'
union
all
select
col_date
from
`prqUnAll_1.parquet`
where
col_date
=
'1954-01-06'
;