Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
ambiguous_col.q
blob: 866cec126f7824fc0058c5fae65ed8b63aba7403 [
file
] [
log
] [
blame
]
FROM
(
SELECT key
,
concat
(
value
)
AS key FROM src
)
a SELECT a
.
key
;