Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
functions
/
data
/
wf_count.sql
blob: cbe6289a0fbe05baaa7ceac11093119efe690a57 [
file
]
select
count
(*)
over
(
partition
by
c_date
order
by
c_date
,
c_integer
)
from
optional_type_v
;