Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5320.q
blob: f181258ed302e478a3fdacb8409cef230231ccb4 [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct time_by_day
.
the_year
as
c0
from
time_by_day
as
time_by_day
)
as
init
;