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