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