Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2635.q
blob: 66ed4e7c18ae1fa5212a9bb171cacab67baf0e9d [
file
] [
log
] [
blame
]
select
customer
.
city
as
c0
from
customer
as
customer
where
(
customer
.
state_province
=
'BC'
)
and
UPPER
(
customer
.
city
)
=
UPPER
(
'Sooke'
)
group
by
customer
.
city order
by
customer
.
city ASC NULLS LAST
;