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