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