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