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