blob: a249e886fb82453969e3ea23254e719c7e85f489 [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;