Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5295.q
blob: 4c11372a96235294f3bc72ecaa82d3c4c7f85ff5 [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct time_by_day
.
month_of_year
as
c0
,
time_by_day
.
quarter
as
c1
,
time_by_day
.
the_year
as
c2
from
time_by_day
as
time_by_day
)
as
init
;