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