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