Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2460.q
blob: f68e65f08543b678d807c778a97cd92c404fa67a [
file
] [
log
] [
blame
]
select
time_by_day
.
the_year
as
c0
from
time_by_day
as
time_by_day
group
by
time_by_day
.
the_year order
by
time_by_day
.
the_year ASC NULLS LAST
;