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