Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query468.q
blob: 8fcb7f7a35e7dc0e497eaf9ce00cc8e1fa8d1730 [
file
] [
log
] [
blame
]
select
time_by_day
.
week_of_year
as
c0
from
time_by_day
as
time_by_day
where
(
time_by_day
.
the_year
=
1997
)
and
time_by_day
.
week_of_year
=
23
group
by
time_by_day
.
week_of_year order
by
time_by_day
.
week_of_year ASC NULLS LAST
;