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