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