Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query306.q
blob: 7a2d63b1205b56b39122daca4ad7018d23bda4ba [
file
] [
log
] [
blame
]
select
customer
.
marital_status
as
c0
from
customer
as
customer
group
by
customer
.
marital_status order
by
customer
.
marital_status ASC NULLS LAST
;