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