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