Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query39.q
blob: 0505a189ee8585a41e7e3cfe5720ec51cd0d022b [
file
] [
log
] [
blame
]
select
customer
.
country
as
c0
from
customer
as
customer
where
UPPER
(
customer
.
country
)
=
UPPER
(
'Time.Time2.Quarter'
)
group
by
customer
.
country order
by
customer
.
country ASC NULLS LAST
;