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