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