Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5305.q
blob: 78739d782c468c15468efa3563d86aa91c5acfc1 [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct customer
.
education
as
c0
from
customer
as
customer
)
as
init
;