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