Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6174.q
blob: 0da93bce01bca3a7f5127bd21a90071370acc741 [
file
] [
log
] [
blame
]
select
product
.
brand_name
as
c0
from
product
as
product
group
by
product
.
brand_name order
by
product
.
brand_name ASC NULLS LAST
;