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