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