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