blob: 4719b9580e1f349a3e32893bd9a9f3562cdb3fb0 [file] [log] [blame]
select warehouse.warehouse_name as c0 from warehouse as warehouse where (warehouse.warehouse_city = 'Mexico City' and warehouse.warehouse_state_province = 'DF') and UPPER(warehouse.warehouse_name) = UPPER('Freeman And Co') group by warehouse.warehouse_name order by warehouse.warehouse_name ASC NULLS LAST;