Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query252.q
blob: e440322c4d453f8f17aa24282363691393f03323 [
file
] [
log
] [
blame
]
select
store
.
store_city
as
c0
from
store
as
store
where
(
store
.
store_state
=
'CA'
)
and
UPPER
(
store
.
store_city
)
=
UPPER
(
'Beverly Hills'
)
group
by
store
.
store_city order
by
store
.
store_city ASC NULLS LAST
;