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