Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2711.q
blob: ccfccc87526d487907e23dd51c5c192dfe2a7b4b [
file
] [
log
] [
blame
]
select
customer
.
city
as
c0
from
customer
as
customer
where
(
customer
.
state_province
=
'WA'
)
and
UPPER
(
customer
.
city
)
=
UPPER
(
'Lynnwood'
)
group
by
customer
.
city order
by
customer
.
city ASC NULLS LAST
;