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