Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5294.q
blob: 05a8ccf72070220b665679359224df31d187b2b6 [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct store
.
store_type
as
c0
from
store
as
store
)
as
init
;