Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query709.q
blob: af8a7258baa495e8952ee37b83c6f5f452b572d8 [
file
] [
log
] [
blame
]
select
time_by_day
.
quarter
as
c0
from
time_by_day
as
time_by_day
where
(
time_by_day
.
the_year
=
1998
)
and
UPPER
(
time_by_day
.
quarter
)
=
UPPER
(
'Q4'
)
group
by
time_by_day
.
quarter order
by
time_by_day
.
quarter ASC NULLS LAST
;