Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query249.q
blob: 195ea66881abb362169ea3cc1170b5ca72ec51fe [
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
=
'Q4'
and
time_by_day
.
the_year
=
1998
)
group
by
time_by_day
.
month_of_year order
by
time_by_day
.
month_of_year ASC NULLS LAST
;