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