Sign in
apache
/
drill-test-framework
/
e7648f05ad9c828f9deacba058aefa394b901978
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query256.q
blob: 2b08b3620c8109949cb9e636cc7143d74119879d [
file
] [
log
] [
blame
]
select
store
.
store_city
as
c0
from
store
as
store
where
(
store
.
store_state
=
'WA'
)
and
UPPER
(
store
.
store_city
)
=
UPPER
(
'Bellingham'
)
group
by
store
.
store_city order
by
store
.
store_city ASC NULLS LAST
;