blob: bb999b129e7538f46a8362e6bf46c4227397dbdc [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'OR') and UPPER(customer.city) = UPPER('Corvallis') group by customer.city order by customer.city ASC NULLS LAST;