Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query165.q
blob: 24be462e22aa9d0911a24ec1c265ec3a1b962caf [
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
)
group
by
time_by_day
.
quarter order
by
time_by_day
.
quarter ASC NULLS LAST
;