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