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