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