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