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