Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
window_functions
/
nestedAggs
/
nstdagg09.q
blob: 8786c703e003a6ad2d3560c9aafa094e412d1aa2 [
file
]
SELECT c2
,
MIN
(
SUM
(
c1
))
OVER
()
FROM
`tblWnulls.parquet`
GROUP BY c2
;