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