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