Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5365.q
blob: eae0b3991e76a9cce2becfb74c29029acbc80a74 [
file
] [
log
] [
blame
]
select
store
.
store_city
as
c0
from
store
as
store
where
(
store
.
store_state
=
'DF'
)
and
UPPER
(
store
.
store_city
)
=
UPPER
(
'San Andres'
)
group
by
store
.
store_city order
by
store
.
store_city ASC NULLS LAST
;