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