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