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