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