Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6036.q
blob: 5984978c2d596e57aef69f89460698ca9a936bde [
file
] [
log
] [
blame
]
select
warehouse
.
wa_address1
as
c0
from
warehouse
as
warehouse
where
(
warehouse
.
warehouse_fax
is
null
)
and
UPPER
(
warehouse
.
wa_address1
)
=
UPPER
(
'234 West Covina Pkwy'
)
group
by
warehouse
.
wa_address1 order
by
warehouse
.
wa_address1 ASC NULLS LAST
;