Sign in
apache
/
hive
/
trunk
/
.
/
ql
/
src
/
test
/
queries
/
positive
/
input_part1.q
blob: d45d1cd0b47ec27330243a0d5c86c892b5bdd1c0 [
file
]
FROM srcpart
SELECT srcpart
.
key
,
srcpart
.
value
,
srcpart
.
hr
,
srcpart
.
ds WHERE srcpart
.
key
<
100
and
srcpart
.
ds
=
'2008-04-08'
and
srcpart
.
hr
=
'12'