Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6044.q
blob: 441e397fc2f6082fd4fa5d16ca8a9ee79d92498b [
file
] [
log
] [
blame
]
select
warehouse
.
wa_address1
as
c0
from
warehouse
as
warehouse
where
(
warehouse
.
warehouse_fax
=
'971-555-6213'
)
group
by
warehouse
.
wa_address1 order
by
warehouse
.
wa_address1 ASC NULLS LAST
;