Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5367.q
blob: 0c461e7105ab4f2863793c6139c3a9f2a7c7e2f3 [
file
] [
log
] [
blame
]
select
store
.
store_state
as
c0
from
store
as
store
where
(
store
.
store_country
=
'Mexico'
)
and
UPPER
(
store
.
store_state
)
=
UPPER
(
'Guerrero'
)
group
by
store
.
store_state order
by
store
.
store_state ASC NULLS LAST
;