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