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