Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5330.q
blob: 1c6b876430e4ad0a3b5f13e001c6866aa80e084b [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct time_by_day
.
week_of_year
as
c0
,
time_by_day
.
the_year
as
c1
from
time_by_day
as
time_by_day
)
as
init
;