Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query827.q
blob: 3db52933ebca7748a4aed3ba9f199050d857205a [
file
] [
log
] [
blame
]
select
store
.
store_state
as
c0
,
store
.
store_country
as
c1
from
store
as
store
where
UPPER
(
store
.
store_state
)
=
UPPER
(
'Zacatecas'
)
group
by
store
.
store_state
,
store
.
store_country order
by
store
.
store_state ASC NULLS LAST
;