Sign in
apache
/
drill-test-framework
/
bc1888b961f3acbd272d37c4af44b3c575ce63bd
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2527.q
blob: 651ff8a6e1538a4056a52238ea00893665d944fd [
file
] [
log
] [
blame
]
select
time_by_day
.
quarter
as
c0
from
time_by_day
as
time_by_day
where
(
time_by_day
.
the_year
=
1997
)
and
UPPER
(
time_by_day
.
quarter
)
=
UPPER
(
'Q5'
)
group
by
time_by_day
.
quarter order
by
time_by_day
.
quarter ASC NULLS LAST
;