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