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