Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query711.q
blob: 8b60102bacbad8632412ab4bbd7b632d859acafc [
file
] [
log
] [
blame
]
select
time_by_day
.
month_of_year
as
c0
from
time_by_day
as
time_by_day
where
(
time_by_day
.
quarter
=
'Q2'
and
time_by_day
.
the_year
=
1997
)
group
by
time_by_day
.
month_of_year order
by
time_by_day
.
month_of_year ASC NULLS LAST
;