Sign in
apache
/
hive
/
trunk
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
selectDistinctStarNeg_1.q
blob: 63647d843365f3243d547b7e388ad4165d2c977c [
file
] [
log
] [
blame
]
--
Duplicate
column name
:
key
drop view
if
exists v
;
create view v
as
select
distinct
*
from
src join src1 on src
.
key
=
src1
.
key
;