Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
window_functions
/
bugs
/
drill-3220.sql
blob: 4a79749491831c2459f6b89ae4b17d069becf28a [
file
] [
log
] [
blame
]
select
count
(
1
)
over
(
partition
by
c_integer
,
c_date
order
by
c_timestamp
)
from
j3
;