Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5760.q
blob: 96c76f3e57a9847a6b51c6b43245f27c3bcf0560 [
file
] [
log
] [
blame
]
select
customer
.
marital_status
as
c0
from
customer
as
customer
where
UPPER
(
customer
.
marital_status
)
=
UPPER
(
'Top Ukrainian Cities'
)
group
by
customer
.
marital_status order
by
customer
.
marital_status ASC NULLS LAST
;