Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6317.q
blob: ac6e8f411eb220835d71da70e3ec5c43ca76dfcb [
file
] [
log
] [
blame
]
select
product
.
product_name
as
c0
from
product
as
product
where
(
product
.
brand_name
=
'High Top'
)
group
by
product
.
product_name order
by
product
.
product_name ASC NULLS LAST
;