Sign in
apache
/
hive
/
trunk
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
subquery_missing_from.q
blob: 3b49ac6a0a8f00dbc26a4071042d6e05574f0767 [
file
] [
log
] [
blame
]
select
*
from
src
where
src
.
key
in
(
select
key
);