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