Sign in
apache
/
druid
/
HEAD
/
.
/
sql
/
src
/
test
/
resources
/
drill
/
window
/
queries
/
negative
/
q9.sql
blob: 2fd7e3b39402d0cceab2d87cae79d21cf0cb7766 [
file
]
-- with the alias
select
a2
,
max
(
distinct
a2
)
over
()
as
xyz
from
t2
;