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