blob: 3db52933ebca7748a4aed3ba9f199050d857205a [file] [log] [blame]
select store.store_state as c0, store.store_country as c1 from store as store where UPPER(store.store_state) = UPPER('Zacatecas') group by store.store_state, store.store_country order by store.store_state ASC NULLS LAST;