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