Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query893.q
blob: 55ebed559bf3e414ee5cc7ae5804cb9f736778cc [
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
=
10
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
;