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