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