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