Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query264.q
blob: 7d20ba58b04cb263b4b175737da47143dd523c90 [
file
] [
log
] [
blame
]
select
store
.
store_country
as
c0
from
store
as
store
where
UPPER
(
store
.
store_country
)
=
UPPER
(
'Bag Stuffers'
)
group
by
store
.
store_country order
by
store
.
store_country ASC NULLS LAST
;