Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5314.q
blob: b0bb4647d7c7a3aac45a147383bf43e960ebc542 [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct store
.
coffee_bar
as
c0
from
store
as
store
)
as
init
;