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