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