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