blob: 01c3e415637386028c9ce393517bcc628a3fa4f6 [file] [log] [blame]
select store.store_country as c0 from store as store where UPPER(store.store_country) = UPPER('CANADA') group by store.store_country order by store.store_country ASC NULLS LAST;