Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5293.q
blob: 2e9a0ac4e4f768db6ed9855b7b14c802affac30a [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct product
.
product_name
as
c0
from
product
as
product
)
as
init
;