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