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