Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
subquery_all_equal.q
blob: 7e3a3602877dfe8515a07349882b7f1cd060c509 [
file
] [
log
] [
blame
]
--!
qt
:
dataset
:
part
--
=
ALL
is
not
allowed
explain
select
*
from
part
where
p_type
=
ALL
(
select
max
(
p_type
)
from
part
);