blob: 1d8fca778fd32c57768d30aad0dbe9e75234206c [file] [log] [blame]
select count(distinct inventory_fact_1997.warehouse_cost) as m0 from warehouse as warehouse, inventory_fact_1997 as inventory_fact_1997 where inventory_fact_1997.warehouse_id = warehouse.warehouse_id and ((warehouse.warehouse_name = 'Freeman And Co' and warehouse.wa_address1 = '234 West Covina Pkwy' and warehouse.warehouse_fax is null) or (warehouse.warehouse_name = 'Jones International' and warehouse.wa_address1 = '3377 Coachman Place' and warehouse.warehouse_fax = '971-555-6213'));