Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6056.q
blob: 10d7d6a105957ca0bb523dd6b56a1a49d01f442d [
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
;