blob: 5b3263a4584cef3e3b121a4f5e73d3c792122d47 [file] [log] [blame]
select warehouse.warehouse_state_province as c0 from warehouse as warehouse where (warehouse.warehouse_country = 'USA') and UPPER(warehouse.warehouse_state_province) = UPPER('OR') group by warehouse.warehouse_state_province order by warehouse.warehouse_state_province ASC NULLS LAST;