blob: accecf461100c66bb3b8ae8f3fa89f8441c09612 [file] [log] [blame]
select store.store_city as c0 from store as store where (store.store_state = 'BC') and UPPER(store.store_city) = UPPER('Victoria') group by store.store_city order by store.store_city ASC NULLS LAST;