Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2641.q
blob: 208714033766527dcc84ef12f03355084cf43383 [
file
] [
log
] [
blame
]
select
customer
.
city
as
c0
from
customer
as
customer
where
(
customer
.
state_province
=
'DF'
)
and
UPPER
(
customer
.
city
)
=
UPPER
(
'Santa Anita'
)
group
by
customer
.
city order
by
customer
.
city ASC NULLS LAST
;