Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
ptf_negative_JoinWithAmbigousAlias.q
blob: 0850336e898f3cb5ef08fbd99d0d10c652699149 [
file
] [
log
] [
blame
]
--!
qt
:
dataset
:
part
--
testJoinWithAmbigousAlias
select
abc
.*
from
noop
(
on part
partition
by
p_mfgr
order
by
p_name
)
abc join part on abc
.
p_partkey
=
p1
.
p_partkey
;