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