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