Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5311.q
blob: 75b58a47db33d2c711028d347f343c90699be195 [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct fullname
as
c0
from
customer
as
customer
)
as
init
;