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