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