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