Sign in
apache
/
hive
/
trunk
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
input41.q
blob: 872ab1014874d7cce95ce28f081f8343f78800c0 [
file
] [
log
] [
blame
]
select
*
from
(
select
*
from
src
union
all
select
*
from
srcpart
where
ds
=
'2009-08-09'
)
x
;