Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
window_functions
/
negative
/
q6.sql
blob: 095083e093d482b94ccf94b5f9997aa6abbba3d9 [
file
] [
log
] [
blame
]
select
a2
,
avg
(
distinct
a2
)
over
()
from
t2
;