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