Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query44.q
blob: 28c9290b43b31c2ce2c722efcc34745434dcb1a8 [
file
] [
log
] [
blame
]
select
customer
.
country
as
c0
from
customer
as
customer
where
UPPER
(
customer
.
country
)
=
UPPER
(
'Time.Time By Week55'
)
group
by
customer
.
country order
by
customer
.
country ASC NULLS LAST
;